--- SIDPlayer/src/main_sdl.cpp 2003/04/11 20:23:02 1.11 +++ SIDPlayer/src/main_sdl.cpp 2004/01/12 15:15:49 1.13 @@ -1,7 +1,7 @@ /* * main_sdl.cpp - SIDPlayer SDL main program * - * SIDPlayer (C) Copyright 1996-2003 Christian Bauer + * SIDPlayer (C) Copyright 1996-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -41,7 +41,7 @@ * Get current value of microsecond timer */ -uint64 GetTicks_usec(void) +uint64 GetTicks_usec() { #ifdef __unix__ struct timeval t; @@ -107,7 +107,7 @@ static void usage(const char *prg_name) exit(0); } -static void quit(void) +static void quit() { ExitAll(); SDL_Quit(); @@ -118,7 +118,7 @@ int main(int argc, char **argv) // Print banner printf( PACKAGE " Version " VERSION "\n\n" - "Copyright (C) 1996-2003 Christian Bauer\n" + "Copyright (C) 1996-2004 Christian Bauer\n" "E-mail: Christian.Bauer@uni-mainz.de\n" "http://www.uni-mainz.de/~bauec002/\n\n" "This is free software with ABSOLUTELY NO WARRANTY.\n"