diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-06 15:20:48 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-06 15:20:48 (GMT) |
commit | a57d7ac68eaafc7de2e3f9d05a148384f3716f52 (patch) | |
tree | 8a962388f17e0479b85368876e9cd9b42bb6b298 /generic/tclFileName.c | |
parent | 604e737b0d1ae40d2f45da85bb5dd7cbf096cad7 (diff) | |
download | tcl-a57d7ac68eaafc7de2e3f9d05a148384f3716f52.zip tcl-a57d7ac68eaafc7de2e3f9d05a148384f3716f52.tar.gz tcl-a57d7ac68eaafc7de2e3f9d05a148384f3716f52.tar.bz2 |
Silence compiler warning...
Diffstat (limited to 'generic/tclFileName.c')
-rw-r--r-- | generic/tclFileName.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclFileName.c b/generic/tclFileName.c index 161ce04..ec865e1 100644 --- a/generic/tclFileName.c +++ b/generic/tclFileName.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclFileName.c,v 1.57 2004/10/06 13:38:53 dkf Exp $ + * RCS: @(#) $Id: tclFileName.c,v 1.58 2004/10/06 15:20:48 dkf Exp $ */ #include "tclInt.h" @@ -1691,6 +1691,7 @@ TclGlob(interp, pattern, pathPrefix, globFlags, types) break; case TCL_PATH_RELATIVE: /* Do nothing */ + break; } Tcl_DecrRefCount(temp); } |