# HG changeset patch # User jwe # Date 782431407 0 # Node ID 23de7aa68e3a42a65dd1f686a28d439162674e18 # Parent 0e9df7d20066f128bac157af8202f1686ba8f540 [project @ 1994-10-17 22:03:20 by jwe] diff --git a/src/user-prefs.cc b/src/user-prefs.cc --- a/src/user-prefs.cc +++ b/src/user-prefs.cc @@ -39,7 +39,7 @@ // Initialize global user_pref structure. -int +void init_user_prefs (void) { user_pref.automatic_replot = 0; diff --git a/src/user-prefs.h b/src/user-prefs.h --- a/src/user-prefs.h +++ b/src/user-prefs.h @@ -65,7 +65,7 @@ extern user_preferences user_pref; -extern int init_user_prefs (void); +extern void init_user_prefs (void); extern int automatic_replot (void); extern int commas_in_literal_matrix (void);