Fix typo.
authorJim Blandy <jimb@redhat.com>
Sun, 21 Mar 1993 05:14:35 +0000 (05:14 +0000)
committerJim Blandy <jimb@redhat.com>
Sun, 21 Mar 1993 05:14:35 +0000 (05:14 +0000)
src/xfns.c

index 9fa8a05..3a9e8f0 100644 (file)
@@ -1434,7 +1434,7 @@ x_get_arg (alist, param, attribute, class, type)
                if (!strcmp (XSTRING (tem)->data, "on")
                    || !strcmp (XSTRING (tem)->data, "true"))
                  return Qt;
-               else (!strcmp (XSTRING (tem)->data, "off")
+               else if (!strcmp (XSTRING (tem)->data, "off")
                      || !strcmp (XSTRING (tem)->data, "false"))
                  return Qnil;
                else