diff options
author | das <das> | 2008-03-27 12:03:33 (GMT) |
---|---|---|
committer | das <das> | 2008-03-27 12:03:33 (GMT) |
commit | 911acda58ac5c35f412afa95e613441c4341e795 (patch) | |
tree | 172519e0f3be8a150a03a1b079b89a7e0e1cd156 /generic/tk.decls | |
parent | 1c7088abb1b65b2bf0b5796351330c332c8cd6de (diff) | |
download | tk-911acda58ac5c35f412afa95e613441c4341e795.zip tk-911acda58ac5c35f412afa95e613441c4341e795.tar.gz tk-911acda58ac5c35f412afa95e613441c4341e795.tar.bz2 |
whitespace, typo
Diffstat (limited to 'generic/tk.decls')
-rw-r--r-- | generic/tk.decls | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tk.decls b/generic/tk.decls index 050742c..4c7d675 100644 --- a/generic/tk.decls +++ b/generic/tk.decls @@ -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: tk.decls,v 1.37 2008/03/21 21:49:12 jenglish Exp $ +# RCS: @(#) $Id: tk.decls,v 1.38 2008/03/27 12:03:33 das Exp $ library tk @@ -1159,7 +1159,7 @@ export { } export { CONST char *Tk_PkgInitStubsCheck(Tcl_Interp *interp, CONST char *version, - int exact); + int exact) } # Global variables that need to be exported from the tcl shared library. |