minor formatting
authorJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 5 Sep 2002 05:38:32 +0000 (05:38 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 5 Sep 2002 05:38:32 +0000 (05:38 +0000)
src/flac/encode.c

index 4f17f1d..b29a54f 100644 (file)
@@ -1351,8 +1351,9 @@ FLAC__bool convert_to_seek_table_template(char *requested_seek_points, int num_r
                        fprintf(stderr, "%s: WARNING, cannot write back seektable when encoding to Ogg\n", e->inbasefilename);
                }
 #endif
-               else
+               else {
                        FLAC__ASSERT(0);
+               }
        }
 
        return true;