clang warning squashing

pull/206/merge
Victor Julien 14 years ago
parent 84bad6db77
commit b20bfa04ef

@ -100,7 +100,7 @@ static DetectAppLayerEventData *DetectAppLayerEventParse(const char *arg)
return NULL; return NULL;
} }
while (*arg != '\0' && isspace(*arg)) { while (*arg != '\0' && isspace((unsigned char)*arg)) {
arg++; arg++;
} }

Loading…
Cancel
Save