fix previous commit

This commit is contained in:
marschap
2006-04-14 12:05:27 +00:00
parent 7ace17ae28
commit 4261f03cfc
+1 -1
View File
@@ -316,7 +316,7 @@ process_command_line(int argc, char **argv)
}
else {
report(RPT_ERR, "alloc error storing driver name: %s", optarg);
e = -1
e = -1;
}
} else {
report( RPT_ERR, "Too many drivers!" );