mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
fix typo noticed by scrimbly
svn:r5522
This commit is contained in:
parent
4902ece698
commit
130d0e4d1d
@ -93,7 +93,7 @@ int tor_vsnprintf(char *str, size_t size, const char *format, va_list args);
|
||||
const void *tor_memmem(const void *haystack, size_t hlen, const void *needle,
|
||||
size_t nlen);
|
||||
|
||||
#define TOR_ISAPLHA(c) isalpha((int)(unsigned char)(c))
|
||||
#define TOR_ISALPHA(c) isalpha((int)(unsigned char)(c))
|
||||
#define TOR_ISALNUM(c) isalnum((int)(unsigned char)(c))
|
||||
#define TOR_ISSPACE(c) isspace((int)(unsigned char)(c))
|
||||
#define TOR_ISXDIGIT(c) isxdigit((int)(unsigned char)(c))
|
||||
|
Loading…
Reference in New Issue
Block a user