diff options
Diffstat (limited to 'nx-X11/lib/src/Xrm.c')
-rw-r--r-- | nx-X11/lib/src/Xrm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/lib/src/Xrm.c b/nx-X11/lib/src/Xrm.c index e3587d021..c285e4221 100644 --- a/nx-X11/lib/src/Xrm.c +++ b/nx-X11/lib/src/Xrm.c @@ -897,7 +897,7 @@ static void PutEntry( /* bump to loose table, if any */ table = *(prev = &table->next); if (!table || table->name != q || - !quarks[2] != table->leaf) + (!quarks[2]) != table->leaf) break; /* not found */ } } |