aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorDai Sato <satodai@w3m.jp>2007-05-31 01:19:50 +0000
committerDai Sato <satodai@w3m.jp>2007-05-31 01:19:50 +0000
commit50c06d19a9db3878ad4e8bd6c8b4f55613de6d8d (patch)
treed8caf1d1c50a2eda88e40cb0c3059a04a5b67d9d /main.c
parentfix for tab browsing. [w3m-dev 04266] (diff)
downloadw3m-50c06d19a9db3878ad4e8bd6c8b4f55613de6d8d.tar.gz
w3m-50c06d19a9db3878ad4e8bd6c8b4f55613de6d8d.zip
fix type, add GC_INIT().
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 1731dde..fed8c55 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.257 2007/05/30 04:47:24 inu Exp $ */
+/* $Id: main.c,v 1.258 2007/05/31 01:19:50 inu Exp $ */
#define MAINPROGRAM
#include "fm.h"
#include <signal.h>
@@ -392,7 +392,7 @@ main(int argc, char **argv, char **envp)
wc_ces CodePage;
#endif
#endif
- GC_init();
+ GC_INIT();
#if defined(ENABLE_NLS) || (defined(USE_M17N) && defined(HAVE_LANGINFO_CODESET))
setlocale(LC_ALL, "");
#endif