diff options
Diffstat (limited to 'libX11/src/ImText16.c')
-rw-r--r-- | libX11/src/ImText16.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libX11/src/ImText16.c b/libX11/src/ImText16.c index d0b5e9bca..3dbe5c13b 100644 --- a/libX11/src/ImText16.c +++ b/libX11/src/ImText16.c @@ -41,7 +41,7 @@ XDrawImageString16( int y, _Xconst XChar2b *string, int length) -{ +{ register xImageText16Req *req; XChar2b *CharacterOffset = (XChar2b *)string; int FirstTimeThrough = True; @@ -50,7 +50,7 @@ XDrawImageString16( LockDisplay(dpy); FlushGC(dpy, gc); - while (length > 0) + while (length > 0) { int Unit, Datalength; |