projects
/
platform
/
upstream
/
flac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4f6234
)
minor formatting
author
Josh Coalson
<jcoalson@users.sourceforce.net>
Thu, 5 Sep 2002 05:38:32 +0000
(
05:38
+0000)
committer
Josh Coalson
<jcoalson@users.sourceforce.net>
Thu, 5 Sep 2002 05:38:32 +0000
(
05:38
+0000)
src/flac/encode.c
patch
|
blob
|
history
diff --git
a/src/flac/encode.c
b/src/flac/encode.c
index 4f17f1d98e972ba8cd2668e724f5722f31631f6c..b29a54f474faa4c26b836962f020c127ca9e4400 100644
(file)
--- a/
src/flac/encode.c
+++ b/
src/flac/encode.c
@@
-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;