summaryrefslogtreecommitdiff
path: root/src/decoder.cc
diff options
context:
space:
mode:
authordeva <deva>2005-04-26 10:17:04 +0000
committerdeva <deva>2005-04-26 10:17:04 +0000
commitf3833f876d4d7dff6e247123c7e9ad633a625b74 (patch)
tree4446a9a4e3790162f4345dfb23d7c8e70a972b39 /src/decoder.cc
parent617a90f67fe2f768fa0ce7002623e43581865837 (diff)
*** empty log message ***
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*/