--- Frodo4/Src/Display_EmbeddedSDL.h 2007/01/28 16:02:56 1.1 +++ Frodo4/Src/Display_EmbeddedSDL.h 2009/01/11 11:32:38 1.2 @@ -2,7 +2,7 @@ * DisplayEmbeddedSDL.h - C64 graphics display, emulator window handling * for embedded Linux devices (Qtopia, Maemo) * - * Frodo (C) 1994-1997,2002-2005 Christian Bauer + * Frodo (C) 1994-1997,2002-2009 Christian Bauer * Changes for embedded Linux devices (Qtopia, Maemo) (C) 2006 Bernd Lachner * * This program is free software; you can redistribute it and/or modify @@ -954,7 +954,7 @@ void C64Display::InitColors(uint8 *color * Show a requester (error message) */ -long int ShowRequester(char *a,char *b,char *) +long int ShowRequester(const char *a, const char *b, const char *) { printf("%s: %s\n", a, b); return 1;