installer: fix 0 used as NULL
[syslinux/sherbszt.git] / dos / ctype.h
blobc0d00c048c86bf98dd25becec9feeb34501452f9
1 static int isspace(int c) {
2 return (c == ' ');