diff options
author | dkf <dkf@noemail.net> | 2005-08-05 23:00:40 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2005-08-05 23:00:40 (GMT) |
commit | 3e2e2857f92a2e86d22dd6ba4024b7f2204d3617 (patch) | |
tree | 13ea4b73bb97d27cd3c4a68ca329a862371654aa | |
parent | db6c3e87bbc082adfcfd29f0e78a3bb36cee779b (diff) | |
download | tcl-3e2e2857f92a2e86d22dd6ba4024b7f2204d3617.zip tcl-3e2e2857f92a2e86d22dd6ba4024b7f2204d3617.tar.gz tcl-3e2e2857f92a2e86d22dd6ba4024b7f2204d3617.tar.bz2 |
Typo (spotted by George Staplin)
FossilOrigin-Name: c35f167f8ac26e0b68eb22dbe44a603d4313590f
-rw-r--r-- | win/tclWinFCmd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWinFCmd.c b/win/tclWinFCmd.c index 57385a2..c55e4df 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.48 2005/07/25 13:29:42 dkf Exp $ + * RCS: @(#) $Id: tclWinFCmd.c,v 1.49 2005/08/05 23:00:41 dkf Exp $ */ #include "tclWinInt.h" @@ -587,7 +587,7 @@ DoCopyFile( * arguments is a char block device. */ -#ifndef HAVE_NO_SEHq +#ifndef HAVE_NO_SEH __try { if ((*tclWinProcs->copyFileProc)(nativeSrc, nativeDst, 0) != FALSE) { retval = TCL_OK; |