summaryrefslogtreecommitdiff
path: root/xts5/src/libXtmu/LocBitmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'xts5/src/libXtmu/LocBitmap.c')
-rw-r--r--xts5/src/libXtmu/LocBitmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xts5/src/libXtmu/LocBitmap.c b/xts5/src/libXtmu/LocBitmap.c
index 55abbd66..5d57ea98 100644
--- a/xts5/src/libXtmu/LocBitmap.c
+++ b/xts5/src/libXtmu/LocBitmap.c
@@ -189,7 +189,7 @@ Pixmap XmuLocatePixmapFile (screen, name, fore, back, depth,
xrm_class[1] = NULLQUARK;
if (!XrmGetDatabase(dpy)) {
/* what a hack; need to initialize it */
- (void) XGetDefault (dpy, "", "");
+ XGetDefault (dpy, "", "");
}
if (XrmQGetResource (XrmGetDatabase(dpy), xrm_name, xrm_class,
&rep_type, &value) &&