(Playbook) Down to one compile error

This commit is contained in:
twinaphex 2013-02-25 02:44:56 +01:00
parent 33be616912
commit 6ac16781b6

View File

@ -646,7 +646,10 @@ static void print_compiler(FILE *file)
static void print_help(void)
{
puts("===================================================================");
#ifndef __BLACKBERRY_QNX__
/* To get around error 'too many decimal points in number - expected ')' before numeric constant */
puts("RetroArch: Frontend for libretro -- v" PACKAGE_VERSION " --");
#endif
print_compiler(stdout);
puts("===================================================================");
puts("Usage: retroarch [rom file] [options...]");