diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-07-25 13:29:42 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-07-25 13:29:42 (GMT) |
commit | fa7db19389d04ea594d57fc409746ca80a0ded45 (patch) | |
tree | 7539bbd730fe5e2484cb7c28af3cf475e73e442c /win | |
parent | da751217dadb93cfbc4126c5f6058af4044cc915 (diff) | |
download | tcl-fa7db19389d04ea594d57fc409746ca80a0ded45.zip tcl-fa7db19389d04ea594d57fc409746ca80a0ded45.tar.gz tcl-fa7db19389d04ea594d57fc409746ca80a0ded45.tar.bz2 |
D'oh! [Bug 1244358]
Diffstat (limited to 'win')
-rw-r--r-- | win/tclWinFCmd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/tclWinFCmd.c b/win/tclWinFCmd.c index 95ad80a..57385a2 100644 --- a/win/tclWinFCmd.c +++ b/win/tclWinFCmd.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclWinFCmd.c,v 1.47 2005/07/24 22:56:47 dkf Exp $ + * RCS: @(#) $Id: tclWinFCmd.c,v 1.48 2005/07/25 13:29:42 dkf Exp $ */ #include "tclWinInt.h" @@ -33,11 +33,11 @@ static int GetWinFileAttributes(Tcl_Interp *interp, int objIndex, static int GetWinFileLongName(Tcl_Interp *interp, int objIndex, Tcl_Obj *fileName, Tcl_Obj **attributePtrPtr); static int GetWinFileShortName(Tcl_Interp *interp, int objIndex, - Tcl_Obj *fileName, Tcl_Obj **attributePtrPtr)); + Tcl_Obj *fileName, Tcl_Obj **attributePtrPtr); static int SetWinFileAttributes(Tcl_Interp *interp, int objIndex, Tcl_Obj *fileName, Tcl_Obj *attributePtr); static int CannotSetAttribute(Tcl_Interp *interp, int objIndex, - Tcl_Obj *fileName, Tcl_Obj *attributePtr)); + Tcl_Obj *fileName, Tcl_Obj *attributePtr); /* * Constants and variables necessary for file attributes subcommand. |