From c9c8041ea67eccba3cbcedd91d78cddb2718555a Mon Sep 17 00:00:00 2001 From: dkf Date: Fri, 5 Aug 2005 23:00:41 +0000 Subject: Typo (spotted by George Staplin) --- win/tclWinFCmd.c | 4 ++-- 1 file 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; -- cgit v0.12