summaryrefslogtreecommitdiff
path: root/commands.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2000-06-07 05:43:37 +0000
committerPaul Smith <psmith@gnu.org>2000-06-07 05:43:37 +0000
commit4c97078de493214d6f3aa2935064d8dd6bf27fb5 (patch)
tree943515aca19373ad0fe0dce0cb852c2eca7b0cab /commands.c
parenta8e699db1d3861868584c47ed718c1fff5084197 (diff)
downloadmake-4c97078de493214d6f3aa2935064d8dd6bf27fb5.tar.gz
* Lots of bug fixes and cleanup; new i18n files, etc.
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.c b/commands.c
index 75b33993..df4a4471 100644
--- a/commands.c
+++ b/commands.c
@@ -300,7 +300,7 @@ chop_commands (cmds)
int flags = 0;
for (p = lines[idx];
- isblank (*p) || *p == '-' || *p == '@' || *p == '+';
+ isblank ((unsigned char)*p) || *p == '-' || *p == '@' || *p == '+';
++p)
switch (*p)
{