--- SIDPlayer/src/prefs_items.cpp 2003/04/11 20:23:02 1.6 +++ SIDPlayer/src/prefs_items.cpp 2011/07/31 09:52:33 1.9 @@ -1,7 +1,7 @@ /* * prefs.cpp - Preferences items * - * 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 @@ -48,7 +48,7 @@ prefs_desc common_prefs_items[] = { {"siddev", TYPE_STRING, false, "Catweasel device name"}, {"speed", TYPE_INT32, false, "replay speed adjustment (percent)"}, {"outfile", TYPE_STRING, false, "write output to WAV file"}, - {"time", TYPE_INT32, false, "playing time in second when writing to file"}, + {"time", TYPE_INT32, false, "playing time in seconds when writing to file"}, {NULL, TYPE_END, false} // End of list }; @@ -57,7 +57,7 @@ prefs_desc common_prefs_items[] = { * Set default values for preferences items */ -void AddPrefsDefaults(void) +void AddPrefsDefaults() { PrefsAddString("victype", "6569"); PrefsAddString("sidtype", "6581");