diff options
-rw-r--r-- | parallel.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -127,8 +127,8 @@ int main(int argc, char **argv) } if (maxjobs < 0 && maxload < 0) { - maxjobs = 1; /* XXX: Maybe we should try to autodetect - number of CPUs? */ + maxjobs = 1; /* XXX: Maybe we should try to autodetect + number of CPUs? */ } while (optind < argc) { |