summaryrefslogtreecommitdiff
path: root/utils/frame.h
diff options
context:
space:
mode:
authorRodrigo Ramírez Norambuena <decipher.hk@gmail.com>2015-05-03 05:09:57 -0400
committerRodrigo Ramírez Norambuena <decipher.hk@gmail.com>2015-05-03 05:28:07 -0400
commit2ed5e6a9ba250c3e24569c87cb7badf09555efef (patch)
tree1ac4c79be79c182720bf7107083e1ba98dc85084 /utils/frame.h
parent32eb812b28ffc1745e08cb507d8c4409d3ed297a (diff)
utils: Remove trailing whitespace
Change-Id: I4644f43a6a1ca9b5130cd2a6746772b888eb4f7a
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.