Skip to content

Commit 3a06cfc

Browse files
authored
Update decodequery.h
1 parent 92733f7 commit 3a06cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/decodequery.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include <string.h> //strcpy,strchr,strtoul,strncmp,strlen
1818
#include <ctype.h> //isxdigit
1919

20-
void decodeUrl(char *destination,const char *source);
20+
void decodeUrl(char *destination,const char *source);
2121
size_t decodeHtmlEntities(char *destination,const char *source);
2222
// char *urlDecode(const char *str);
2323
// static inline char toUpper(char c);

0 commit comments

Comments
 (0)