---
tcc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tcc.c b/tcc.c
index d0ed8f6..759151a 100644
--- a/tcc.c
+++ b/tcc.c
@@ -444,7 +444,7 @@ int main(int argc, char **argv)
} else {
s->outfile = fopen(outfile, "w");
if (!s->outfile)
- error("could not open '%s", outfile);
+ error("could not open '%s'", outfile);
}
} else if (output_type != TCC_OUTPUT_MEMORY) {
if (!outfile) {
--
1.7.1.334.gebb7bc.dirty
_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel