minor comments
authorJosh Coalson <jcoalson@users.sourceforce.net>
Sat, 10 Aug 2002 00:56:04 +0000 (00:56 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Sat, 10 Aug 2002 00:56:04 +0000 (00:56 +0000)
src/metaflac/main.c

index 770b92b..3cf473b 100644 (file)
@@ -275,7 +275,7 @@ void init_options(CommandLineOptions *options)
 {
        options->preserve_modtime = false;
 
-       /* '2' is hack to mean "use default if not forced on command line" */
+       /* '2' is hack to mean "use default if not forced on command line" */
        FLAC__ASSERT(true != 2);
        options->prefix_with_filename = 2;