diff options
Diffstat (limited to 'libX11/src/LoadFont.c')
-rw-r--r-- | libX11/src/LoadFont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libX11/src/LoadFont.c b/libX11/src/LoadFont.c index de5f5cee4..30da83a80 100644 --- a/libX11/src/LoadFont.c +++ b/libX11/src/LoadFont.c @@ -51,7 +51,7 @@ XLoadFont ( Data (dpy, name, nbytes); UnlockDisplay(dpy); SyncHandle(); - return (fid); + return (fid); /* can't return (req->fid) since request may have already been sent */ } |