summaryrefslogtreecommitdiffstats
path: root/mac/tclMacUtil.c
diff options
context:
space:
mode:
Diffstat (limited to 'mac/tclMacUtil.c')
-rw-r--r--mac/tclMacUtil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/tclMacUtil.c b/mac/tclMacUtil.c
index 254cfb8..e638c6d 100644
--- a/mac/tclMacUtil.c
+++ b/mac/tclMacUtil.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.
*
- * SCCS: @(#) tclMacUtil.c 1.53 97/07/30 16:46:16
+ * SCCS: @(#) tclMacUtil.c 1.54 97/09/02 16:09:02
*/
#include "tcl.h"
@@ -201,7 +201,7 @@ FSpFindFolder(
int
FSpLocationFromPath(
int length, /* Length of path. */
- char *path, /* The path to convert. */
+ CONST char *path, /* The path to convert. */
FSSpecPtr fileSpecPtr) /* On return the spec for the path. */
{
Str255 fileName;