]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - mkdir.cc
2001-11-13 Robert Collins <rbtcollins@hotmail.com>
[cygwin-apps/setup.git] / mkdir.cc
index 42ae4747db73aa028f3728c35b15c652c7c6eeff..1a6e55b1c5c9cd6f8c72de441203c72cca3d8378 100644 (file)
--- a/mkdir.cc
+++ b/mkdir.cc
 
 /* see mkdir.h */
 
-static char *cvsid = "\n%%% $Id$\n";
+#if 0
+static const char *cvsid =
+  "\n%%% $Id$\n";
+#endif
 
 #include "win32.h"
 
@@ -45,7 +48,8 @@ mkdir_p (int isadir, const char *in_path)
        {
          if (gse == ERROR_ALREADY_EXISTS)
            {
-             fprintf (stderr, "warning: deleting \"%s\" so I can make a directory there\n",
+             fprintf (stderr,
+                      "warning: deleting \"%s\" so I can make a directory there\n",
                       path);
              if (DeleteFileA (path))
                return mkdir_p (isadir, path);
This page took 0.026729 seconds and 5 git commands to generate.