From 9fba82b03880195be875103f288616880289015f Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Thu, 9 Sep 1999 22:46:33 +0000 Subject: [PATCH] typo fix - Federico --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 33a14fcbf..00a0ded0f 100644 --- a/src/main.c +++ b/src/main.c @@ -2790,7 +2790,7 @@ init_corba_with_args (int *argc, char **argv, poptContext *ctx) #ifndef HAVE_CORBA void -corba_create_window (const char *startup_dir) +corba_create_window (char *startup_dir) { /* nothing */ }