diff options
Diffstat (limited to 'inc')
| -rw-r--r-- | inc/pack.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ void tobigendian(const int in, unsigned char out[4]); /* reads a teeworlds packed int from given buffer */ /* the given pointer is incremented */ -int readint(unsigned char **cp); +int readint(char **cp); /* writes given int to teeworlds packed */ /* the given pointer is incremented */ |
