Commit e29fc62b authored by Max Kellermann's avatar Max Kellermann

test/{run_decoder,dump_playlist}: fix accidental search/replace hiccups

parent b55e1dcb
...@@ -97,7 +97,7 @@ int main(int argc, char **argv) ...@@ -97,7 +97,7 @@ int main(int argc, char **argv)
LogError(error); LogError(error);
else else
fprintf(stderr, fprintf(stderr,
"input/InputStream::Open() failed\n"); "InputStream::Open() failed\n");
return 2; return 2;
} }
......
...@@ -223,7 +223,7 @@ int main(int argc, char **argv) ...@@ -223,7 +223,7 @@ int main(int argc, char **argv)
if (error.IsDefined()) if (error.IsDefined())
LogError(error); LogError(error);
else else
fprintf(stderr, "input/InputStream::Open() failed\n"); fprintf(stderr, "InputStream::Open() failed\n");
return EXIT_FAILURE; return EXIT_FAILURE;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment