Commit 4fc8b738 authored by Stefan Westerfeld's avatar Stefan Westerfeld

Return error code from testmp3 if loading fails.

Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent 960c65d3
......@@ -20,6 +20,7 @@ main (int argc, char **argv)
else
{
printf ("mp3 try load %s failed\n", argv[1]);
return 1;
}
}
}
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