diff options
Diffstat (limited to 'nx-X11/lib/X11/ImText.c')
-rw-r--r-- | nx-X11/lib/X11/ImText.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/lib/X11/ImText.c b/nx-X11/lib/X11/ImText.c index 87cf22353..c12f26854 100644 --- a/nx-X11/lib/X11/ImText.c +++ b/nx-X11/lib/X11/ImText.c @@ -38,7 +38,7 @@ XDrawImageString( int y, _Xconst char *string, int length) -{ +{ register xImageText8Req *req; char *CharacterOffset = (char *)string; int FirstTimeThrough = True; @@ -47,7 +47,7 @@ XDrawImageString( LockDisplay(dpy); FlushGC(dpy, gc); - while (length > 0) + while (length > 0) { int Unit; |