dbtoman: fix missing arg to fprintf

This commit is contained in:
Jon Trulson
2015-12-18 10:00:12 -07:00
parent 10742f3679
commit 07e84caf74

View File

@@ -398,7 +398,7 @@ CALStable(
av[1], av[2]); av[1], av[2]);
} }
else { else {
fprintf(stderr, "Incomplete %s table instruction\n"); fprintf(stderr, "Incomplete %s table instruction\n", av[1]);
} }
} }