summaryrefslogtreecommitdiff
path: root/src/decoder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder.cc')
-rw-r--r--src/decoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder.cc b/src/decoder.cc
index 8f95727..3792daf 100644
--- a/src/decoder.cc
+++ b/src/decoder.cc
@@ -94,7 +94,7 @@ void Decoder::decode()
void Decoder::run() {
decode();
- fprintf(stderr, "Decoder thread stopped.\n"); fflush(sdterr);
+ fprintf(stderr, "Decoder thread stopped.\n"); fflush(stderr);
}
#endif /*USE_GUI*/