summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/pack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/pack.h b/inc/pack.h
index 49e581c..0979877 100644
--- a/inc/pack.h
+++ b/inc/pack.h
@@ -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 */