diff options
author | das <das> | 2007-06-04 09:27:32 (GMT) |
---|---|---|
committer | das <das> | 2007-06-04 09:27:32 (GMT) |
commit | 8215fa173ab432f30c44ae3abe85e1669755c752 (patch) | |
tree | cbbfc69bfd9a1085b720639d380789ed8bc4070a | |
parent | cfcb8cf1322710fac5a0cdfeb0fa32d44135fb20 (diff) | |
download | tk-8215fa173ab432f30c44ae3abe85e1669755c752.zip tk-8215fa173ab432f30c44ae3abe85e1669755c752.tar.gz tk-8215fa173ab432f30c44ae3abe85e1669755c752.tar.bz2 |
* macosx/tkMacOSXInit.c: comment formatting fix for Xcode 3.0.
-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 */ |