]> Dogcows Code - chaz/tar/blobdiff - src/buffer.c
*** empty log message ***
[chaz/tar] / src / buffer.c
index f2b2d64aef563463fde6cd2a95160e150247a5f6..737c5dd3b682d2d70808ebcc55f5994a6d32bfcf 100644 (file)
@@ -1337,9 +1337,9 @@ int       type;
                            break;
 
                    case '!':
-    #ifdef __MSDOS__
+#ifdef __MSDOS__
                            spawnl(P_WAIT,getenv("COMSPEC"),"-",0);
-    #else
+#else
                                    /* JF this needs work! */
                            switch(fork()) {
                            case -1:
@@ -1355,7 +1355,7 @@ int       type;
                                    wait(0);
                                    break;
                            }
-    #endif
+#endif
                            break;
                  }
                  }
This page took 0.023487 seconds and 4 git commands to generate.