summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-06-23 03:49:59 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-06-23 03:49:59 (GMT)
commit3cbf22b6cf95f7f50d278996567fdd4fd6f15a44 (patch)
tree705fb309a57bf5c3810ac6aded6d52608f87ab53
parent22e1df33987bd2e8fa12117db70bf9e364616dc7 (diff)
downloadtcl-3cbf22b6cf95f7f50d278996567fdd4fd6f15a44.zip
tcl-3cbf22b6cf95f7f50d278996567fdd4fd6f15a44.tar.gz
tcl-3cbf22b6cf95f7f50d278996567fdd4fd6f15a44.tar.bz2
Corrected typo in latest patch that broke build on OS X.
-rw-r--r--unix/tclUnixInit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c
index 51e40a2..86000cc 100644
--- a/unix/tclUnixInit.c
+++ b/unix/tclUnixInit.c
@@ -7,7 +7,7 @@
* Copyright (c) 1999 by Scriptics Corporation.
* All rights reserved.
*
- * RCS: @(#) $Id: tclUnixInit.c,v 1.46 2004/06/23 00:24:41 dkf Exp $
+ * RCS: @(#) $Id: tclUnixInit.c,v 1.47 2004/06/23 03:49:59 dgp Exp $
*/
#if defined(HAVE_CFBUNDLE)
@@ -207,7 +207,7 @@ static CONST LocaleTable localeTable[] = {
static int GetStackSize _ANSI_ARGS_((size_t *stackSizePtr));
#endif /* TCL_NO_STACK_CHECK */
#ifdef HAVE_CFBUNDLE
-static int MacOSXGetLibraryPath _ANSI_ARGS((
+static int MacOSXGetLibraryPath _ANSI_ARGS_((
Tcl_Interp *interp, int maxPathLen,
char *tclLibPath));
#endif /* HAVE_CFBUNDLE */