Index: trunk/src/sh_files.c
===================================================================
--- trunk/src/sh_files.c	(revision 240)
+++ trunk/src/sh_files.c	(revision 242)
@@ -33,5 +33,4 @@
 
 #include <utime.h>
-
 
 #ifdef HAVE_DIRENT_H
@@ -2112,5 +2111,5 @@
       static int rsrc_init = 0;
       static char rsrc[17];
-      char testpath = SH_ALLOC(PATH_MAX);
+      char * testpath = SH_ALLOC(PATH_MAX);
 
       if (rsrc_init == 0) {
