Tor's spell fixes

pull/1/head
Daniel Stenberg 18 years ago
parent dd3b42e1ac
commit 5d9bf10232
  1. 2
      setup_once.h

@ -117,7 +117,7 @@
/*
* Uppercase macro versions of ANSI/ISO is*() functions/macros which
* avoid negative number inputs whith argument byte codes > 127.
* avoid negative number inputs with argument byte codes > 127.
*/
#define ISSPACE(x) (isspace((int) ((unsigned char)x)))

Loading…
Cancel
Save