diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | macosx/tkMacOSXInit.c | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -6,10 +6,11 @@ * macosx/tkMacOSXMenu.c: add error checking; whitespace cleanup. - * macosx/tkMacOSXDraw.c: comment formatting fix for Xcode 3.0. + * macosx/tkMacOSXDraw.c: comment formatting fixes for Xcode 3.0. * macosx/tkMacOSXEmbed.c: * macosx/tkMacOSXEntry.c: * macosx/tkMacOSXFont.c: + * macosx/tkMacOSXInit.c: * macosx/tkMacOSXKeyEvent.c: * macosx/tkMacOSXKeyboard.c: * macosx/tkMacOSXMenus.c: diff --git a/macosx/tkMacOSXInit.c b/macosx/tkMacOSXInit.c index 6625e4a..0e9fe8d 100644 --- a/macosx/tkMacOSXInit.c +++ b/macosx/tkMacOSXInit.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXInit.c,v 1.28 2007/04/23 21:24:33 das Exp $ + * RCS: @(#) $Id: tkMacOSXInit.c,v 1.29 2007/06/04 09:27:33 das Exp $ */ #include "tkMacOSXInt.h" @@ -307,7 +307,7 @@ TkpInit( } /* - * REMOVE ME: Close stdin & stdout for remote debugging otherwise we + * FIXME: Close stdin & stdout for remote debugging otherwise we * will fight with gdb for stdin & stdout */ |