diff options
author | das <das@noemail.net> | 2009-02-06 08:11:39 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2009-02-06 08:11:39 (GMT) |
commit | 68a9749e00c14c0aa4b73b7e9967b283829eda8b (patch) | |
tree | d3bdde23632e29041215d1090bb545570d8eff41 /macosx | |
parent | 4c75a7f82c4fd735e92354c403f1cf01be62e4f4 (diff) | |
download | tk-68a9749e00c14c0aa4b73b7e9967b283829eda8b.zip tk-68a9749e00c14c0aa4b73b7e9967b283829eda8b.tar.gz tk-68a9749e00c14c0aa4b73b7e9967b283829eda8b.tar.bz2 |
whitespace
FossilOrigin-Name: 9d9280faaa687a5e06b06622ed674c88db0e0ea8
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tkMacOSXMenu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXMenu.c b/macosx/tkMacOSXMenu.c index 119162c..76b9e6b 100644 --- a/macosx/tkMacOSXMenu.c +++ b/macosx/tkMacOSXMenu.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXMenu.c,v 1.50 2009/01/28 20:47:49 nijtmans Exp $ + * RCS: @(#) $Id: tkMacOSXMenu.c,v 1.51 2009/02/06 08:11:40 das Exp $ */ #include "tkMacOSXPrivate.h" @@ -465,7 +465,7 @@ TkMacOSXUseMenuID( */ int - TkMacOSXGetNewMenuID( +TkMacOSXGetNewMenuID( Tcl_Interp *interp, /* Used for error reporting */ TkMenu *menuPtr, /* The menu we are working with */ int cascade, /* 0 if we are working with a normal menu; |