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 /macosx | |
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.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tkMacOSXInit.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |