ref: 5f0633cc90fa4e883d51395bfa9cea4d1b59b72a
parent: 8d7ab5777e9da74ed8fad43b8ea416354a8d69cc
author: rrt <rrt>
date: Wed Dec 13 12:01:52 EST 2006
Fix file suffix example: use "skel" not "wav" as suffix, and improve comment.
--- a/src/skel.c
+++ b/src/skel.c
@@ -178,9 +178,9 @@
return ST_SUCCESS;
}
-/* Foo format */
+/* Format file suffixes */
static const char *skel_names[] = {
- "wav",
+ "skel",
NULL
};