summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTanu Kaskinen <tanuk@iki.fi>2007-09-09 09:39:26 +0000
committerTanu Kaskinen <tanuk@iki.fi>2007-09-09 09:39:26 +0000
commitdfdf1d7d9f41144231ab40b1f6eec18f834bba1d (patch)
tree6580f02ef3cbe1fa2cf1e3341de20341c19662fa
parentb41dbfd28d6f940004f412f3ef16a1419240786f (diff)
Changed PA_SAMPLE_S16_NE to PA_SAMPLE_S16NE in the example code in the Simple API Doxygen documentation.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1778 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r--src/pulse/simple.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/simple.h b/src/pulse/simple.h
index 128d2716..f76c1d67 100644
--- a/src/pulse/simple.h
+++ b/src/pulse/simple.h
@@ -51,7 +51,7 @@
* pa_simple *s;
* pa_sample_spec ss;
*
- * ss.format = PA_SAMPLE_S16_NE;
+ * ss.format = PA_SAMPLE_S16NE;
* ss.channels = 2;
* ss.rate = 44100;
*