diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-08-05 23:00:41 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-08-05 23:00:41 (GMT) |
commit | c9c8041ea67eccba3cbcedd91d78cddb2718555a (patch) | |
tree | 13ea4b73bb97d27cd3c4a68ca329a862371654aa /win | |
parent | 5fd72765d25f4a41dc831d5c0a5d2baee4b3c379 (diff) | |
download | tcl-c9c8041ea67eccba3cbcedd91d78cddb2718555a.zip tcl-c9c8041ea67eccba3cbcedd91d78cddb2718555a.tar.gz tcl-c9c8041ea67eccba3cbcedd91d78cddb2718555a.tar.bz2 |
Typo (spotted by George Staplin)
Diffstat (limited to 'win')
-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; |