]> git.marmaro.de Git - mmh/blobdiff - sbr/makedir.c
No need to define the month and day names a second time
[mmh] / sbr / makedir.c
index c4870dd73f303053fa0f2c79b660e06855056806..e87ae5741321870adf2ad74c73eb30e65162b4a4 100644 (file)
@@ -23,7 +23,7 @@ makedir(char *dir)
        char *cp;
        int had_an_error = 0;
        mode_t folder_perms, saved_umask;
-       register char* c;
+       char* c;
 
        context_save();  /* save the context file */
        fflush(stdout);