diff options
| author | forsyth <forsyth@vitanuova.com> | 2010-03-25 10:15:32 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2010-03-25 10:15:32 +0000 |
| commit | 7668638ccd1063300e675b4df44cea2a2dcdbfa5 (patch) | |
| tree | 26236ecadb9ae99864a8955ff7b2d086ee8becd0 | |
| parent | 86018cd3bf2dd3c07c176ced4450ebf78f81d6e1 (diff) | |
20100325-1015
| -rw-r--r-- | libtk/utils.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libtk/utils.c b/libtk/utils.c index b783a73d..52b7181d 100644 --- a/libtk/utils.c +++ b/libtk/utils.c @@ -952,7 +952,7 @@ tkul(Image *i, Point o, Image *col, int ul, Font *f, char *text) draw(i, r, col, nil, ZP); } -char* +void tkdrawstring(Tk *tk, Image *i, Point o, char *text, int ul, Image *col, int j) { int n, l, maxl, sox; @@ -1009,7 +1009,6 @@ tkdrawstring(Tk *tk, Image *i, Point o, char *text, int ul, Image *col, int j) text = q+1; *q = '\n'; } - return nil; } /* for debugging */ |
