src/flac/iffscan.c : Fix typo.

Patch-from: lvqcl <lvqcl.mail@gmail.com>
This commit is contained in:
Erik de Castro Lopo
2013-09-05 19:50:36 +10:00
parent 3ece67d71f
commit b250132aa1

View File

@@ -61,7 +61,7 @@ int main(int argc, char *argv[])
#ifdef _WIN32
if (get_utf8_argv(&argc, &argv) != 0) {
fprintf(stderr, "%ERROR: failed to convert command line parameters to UTF-8\n");
fprintf(stderr, "ERROR: failed to convert command line parameters to UTF-8\n");
return 1;
}
#endif