diff options
author | Max Kellermann <max@duempel.org> | 2014-03-16 09:40:59 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-03-16 09:41:03 +0100 |
commit | e29fc62b6845e689fa83b8ade1e10aa8f3b91964 (patch) | |
tree | dce6234cc8f416714f15e101df055beb97011019 /test/dump_playlist.cxx | |
parent | b55e1dcb5ee1462e18b7857c7eeebd5a0b87a9c4 (diff) |
test/{run_decoder,dump_playlist}: fix accidental search/replace hiccups
Diffstat (limited to 'test/dump_playlist.cxx')
-rw-r--r-- | test/dump_playlist.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dump_playlist.cxx b/test/dump_playlist.cxx index 9e2e10516..5f7fad993 100644 --- a/test/dump_playlist.cxx +++ b/test/dump_playlist.cxx @@ -97,7 +97,7 @@ int main(int argc, char **argv) LogError(error); else fprintf(stderr, - "input/InputStream::Open() failed\n"); + "InputStream::Open() failed\n"); return 2; } |