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:
5c97ba8
)
fixed return value of setparameter
author
kramm
<kramm>
Fri, 4 May 2007 13:19:57 +0000
(13:19 +0000)
committer
kramm
<kramm>
Fri, 4 May 2007 13:19:57 +0000
(13:19 +0000)
lib/devices/text.c
patch
|
blob
|
history
diff --git
a/lib/devices/text.c
b/lib/devices/text.c
index
652b20a
..
f9c3141
100644
(file)
--- a/
lib/devices/text.c
+++ b/
lib/devices/text.c
@@
-44,6
+44,7
@@
typedef struct _internal {
int text_setparameter(gfxdevice_t*dev, const char*key, const char*value)
{
internal_t*i = (internal_t*)dev->internal;
+ return 0;
}
void text_startpage(gfxdevice_t*dev, int width, int height)
{