Browse Source

dbtoman: fix missing arg to fprintf

Jon Trulson 8 years ago
parent
commit
07e84caf74
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cde/doc/util/dbtoman/instant/tables.c

+ 1 - 1
cde/doc/util/dbtoman/instant/tables.c

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