From: Peter Meerwald <[email protected]>

---
 src/pulse/format.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pulse/format.h b/src/pulse/format.h
index fead1d8..4f7db65 100644
--- a/src/pulse/format.h
+++ b/src/pulse/format.h
@@ -77,7 +77,7 @@ typedef struct pa_format_info {
 /** Allocates a new \a pa_format_info structure. Clients must initialise at 
least the encoding field themselves. */
 pa_format_info* pa_format_info_new(void);
 
-/** Returns a new \a pa_format_info struct and representing the same format as 
\a src */
+/** Returns a new \a pa_format_info struct and representing the same format as 
\a src. */
 pa_format_info* pa_format_info_copy(const pa_format_info *src);
 
 /** Frees a \a pa_format_info structure */
@@ -86,7 +86,7 @@ void pa_format_info_free(pa_format_info *f);
 /** Returns non-zero when the format info structure is valid */
 int pa_format_info_valid(const pa_format_info *f);
 
-/** Returns non-zero when the format info structure represents a PCM (i.e. 
uncompressed data) format */
+/** Returns non-zero when the format info structure represents a PCM (i.e.\ 
uncompressed data) format. */
 int pa_format_info_is_pcm(const pa_format_info *f);
 
 /** Returns non-zero if the format represented by \a first is a subset of
-- 
1.7.4.1

_______________________________________________
pulseaudio-discuss mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss

Reply via email to