summaryrefslogtreecommitdiff
path: root/command_line/CmdLine/Src/CLPrefs.c
diff options
context:
space:
mode:
Diffstat (limited to 'command_line/CmdLine/Src/CLPrefs.c')
-rw-r--r--command_line/CmdLine/Src/CLPrefs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/command_line/CmdLine/Src/CLPrefs.c b/command_line/CmdLine/Src/CLPrefs.c
index 7aaa28a..dba6dd8 100644
--- a/command_line/CmdLine/Src/CLPrefs.c
+++ b/command_line/CmdLine/Src/CLPrefs.c
@@ -78,11 +78,11 @@ int PrefPanel_PutHandle(PrefPanel *panel, Handle data) {
return 1;
}
-void Prefs_Initialize() {
+void Prefs_Initialize(void) {
panellist = NULL;
}
-void Prefs_Terminate() {
+void Prefs_Terminate(void) {
PrefPanel *scan;
PrefPanel *next;