summaryrefslogtreecommitdiff
path: root/utils/frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/frame.h')
-rw-r--r--utils/frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/frame.h b/utils/frame.h
index a07c605ec..4bbc2199b 100644
--- a/utils/frame.h
+++ b/utils/frame.h
@@ -102,7 +102,7 @@ extern int getremainingfilelength( FILE *anyin, long *result);
void readpkheader( FILE *anyin);
/* -----------------------------------------------------------------------
- Read a .WAV header from 'anyin'.
+ Read a .WAV header from 'anyin'.
If it is recognised, the data is used.
Otherwise, we assume it's PCM-data and ignore the header.
The global variable 'iswav' is set on success, otherwise cleared.