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)
LogError(error);
else
fprintf(stderr,
"input/InputStream::Open() failed\n");
"InputStream::Open() failed\n");
return 2;
}
......
......@@ -223,7 +223,7 @@ int main(int argc, char **argv)
if (error.IsDefined())
LogError(error);
else
fprintf(stderr, "input/InputStream::Open() failed\n");
fprintf(stderr, "InputStream::Open() failed\n");
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