--- rxvt-unicode/src/xdefaults.C 2003/11/25 11:52:42 1.3 +++ rxvt-unicode/src/xdefaults.C 2003/12/17 09:00:35 1.4 @@ -1,7 +1,7 @@ /*--------------------------------*-C-*---------------------------------* * File: xdefaults.c *----------------------------------------------------------------------* - * $Id: xdefaults.C,v 1.3 2003/11/25 11:52:42 pcg Exp $ + * $Id: xdefaults.C,v 1.4 2003/12/17 09:00:35 pcg Exp $ * * All portions of code are copyright by their respective author/s. * Copyright (c) 1994 Robert Nation @@ -683,7 +683,7 @@ if (kw == NULL) continue; - n = STRLEN(kw); + n = STRLEN (kw); if (str[n] == ':' && rxvt_Str_match(str, kw)) { /* skip `keyword:' */ str += (n + 1);