summaryrefslogtreecommitdiff
path: root/src/wavesplit.cpp
diff options
context:
space:
mode:
authormsheby <msheby@cinecert.com>2009-08-25 20:37:34 +0000
committermsheby <>2009-08-25 20:37:34 +0000
commitdb7fa5c0ca1143b100edd42e06dec560a9c0e26e (patch)
tree22224f3272acb5ac2cbfff6df91bcc729f96d084 /src/wavesplit.cpp
parent34164501e089d942417c741a0c305c2c620f8866 (diff)
Add GetSecondsSinceEpoch for Waimea.
Diffstat (limited to 'src/wavesplit.cpp')
-rwxr-xr-xsrc/wavesplit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wavesplit.cpp b/src/wavesplit.cpp
index c189733..90e7e93 100755
--- a/src/wavesplit.cpp
+++ b/src/wavesplit.cpp
@@ -50,7 +50,7 @@ static const char* PROGRAM_NAME = "wavesplit"; // program name for messages
// otherwise sets the given flag.
#define TEST_SET_MAJOR_MODE(f) if ( TEST_MAJOR_MODE() ) \
{ \
- fputs("Conflicting major mode, choose one of -(ic)).\n", stderr); \
+ fputs("Conflicting major mode, choose one of -(ic).\n", stderr); \
return; \
} \
(f) = true;