summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bratch <l_bratch@yahoo.co.uk>2010-10-30 17:00:12 +0100
committerLuke Bratch <l_bratch@yahoo.co.uk>2010-10-30 17:00:12 +0100
commit48693c1f54be57f718999ac156d12a25c1f53803 (patch)
tree81589933ae7eb1c4d2bac80495d387ee8dbaadb6
parent86958c4f5e1be3364955e57078fb156968f3e5ae (diff)
Some minor stray tab tidying.
-rw-r--r--blasms.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/blasms.c b/blasms.c
index e4380dc..4780d37 100644
--- a/blasms.c
+++ b/blasms.c
@@ -283,9 +283,8 @@ int main(int argc, char *argv[]) {
}
}
}
-
+
printf("Executing: %s\n", systemcmd);
-
system(systemcmd);
return 0;