diff options
Diffstat (limited to 'libX11/src/ImText.c')
-rw-r--r-- | libX11/src/ImText.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libX11/src/ImText.c b/libX11/src/ImText.c index 4d2f147dc..97c26a91a 100644 --- a/libX11/src/ImText.c +++ b/libX11/src/ImText.c @@ -41,7 +41,7 @@ XDrawImageString( int y, _Xconst char *string, int length) -{ +{ register xImageText8Req *req; char *CharacterOffset = (char *)string; int FirstTimeThrough = True; @@ -50,7 +50,7 @@ XDrawImageString( LockDisplay(dpy); FlushGC(dpy, gc); - while (length > 0) + while (length > 0) { int Unit; |