From faaad372ecade6556a91d558bb6a19333a55f960 Mon Sep 17 00:00:00 2001 From: Peter Schneider-Kamp Date: Mon, 10 Jul 2000 09:26:41 +0000 Subject: [PATCH] ANSI-fication (and test if committing files works now) --- Modules/tkappinit.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Modules/tkappinit.c b/Modules/tkappinit.c index c57f0e7c28..52874469df 100644 --- a/Modules/tkappinit.c +++ b/Modules/tkappinit.c @@ -16,8 +16,7 @@ #include int -Tcl_AppInit(interp) - Tcl_Interp *interp; +Tcl_AppInit(Tcl_Interp *interp) { Tk_Window main; -- 2.50.0