git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e4f517
)
added missing newline to error message.
author
kramm
<kramm>
Tue, 14 Sep 2004 16:28:03 +0000
(16:28 +0000)
committer
kramm
<kramm>
Tue, 14 Sep 2004 16:28:03 +0000
(16:28 +0000)
lib/drawer.c
patch
|
blob
|
history
diff --git
a/lib/drawer.c
b/lib/drawer.c
index
ccd3fea
..
3ff0299
100644
(file)
--- a/
lib/drawer.c
+++ b/
lib/drawer.c
@@
-102,7
+102,7
@@
void draw_string(drawer_t*draw, const char*string)
to.y = atoi(getToken(&p));
draw_cubicTo(draw, &mid1, &mid2, &to);
}
- else fprintf(stderr, "drawer: Warning: unknown primitive '%s'", token);
+ else fprintf(stderr, "drawer: Warning: unknown primitive '%s'\n", token);
free(token);
}