summaryrefslogtreecommitdiff
path: root/utils/stereorize.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/stereorize.c')
-rw-r--r--utils/stereorize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/stereorize.c b/utils/stereorize.c
index 484304037..8f22249cc 100644
--- a/utils/stereorize.c
+++ b/utils/stereorize.c
@@ -109,7 +109,7 @@ int main( int argcount, char *args[])
channels = 2; /* Output files are stereo */
if (wavout)
{
- if ((strcmp(outfilename,"<stdout>")!=0) && (fseek( out, 0, SEEK_SET) != 0))
+ if ((strcmp(outfilename,"<stdout>")!=0) && (fseek( out, 0, SEEK_SET) != 0))
fatalerror("Couldn't navigate output file '%s': %s\n",outfilename, strerror(errno));
makewavheader();
}