diff options
author | Marco Peereboom <marco@conformal.com> | 2011-08-07 17:06:54 +0000 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2011-08-07 17:06:54 +0000 |
commit | 995473f19f6d0b4115072910371a69dc380987ca (patch) | |
tree | 02386d06e30c5e624fb563343d89444a7c42899e | |
parent | a1ff15071b4c6c92cfad4253a098ed1c651936b0 (diff) | |
download | xombrero-995473f19f6d0b4115072910371a69dc380987ca.tar.gz |
missing spaces
-rw-r--r-- | xxxterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xxxterm.c b/xxxterm.c index 6dc2cd1..95732ca 100644 --- a/xxxterm.c +++ b/xxxterm.c @@ -7492,7 +7492,7 @@ execute_cmd: if (cmd->type & XT_INTARG && last && strlen(last) > 0) { arg.precount = atoi(arg.s); if (arg.precount <= 0) { - if (arg.s[0]=='0') + if (arg.s[0] == '0') show_oops(t, "Zero count"); else show_oops(t, "Trailing characters"); |