]> Dogcows Code - chaz/tar/commitdiff
*** empty log message ***
authorFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 02:46:57 +0000 (02:46 +0000)
committerFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 02:46:57 +0000 (02:46 +0000)
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.027831 seconds and 4 git commands to generate.