mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
fix typo noticed by scrimbly
svn:r5522
This commit is contained in:
parent
4902ece698
commit
130d0e4d1d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue