diff options
Diffstat (limited to 'include/util.h')
-rw-r--r-- | include/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/util.h b/include/util.h index 69c51f2..75d2277 100644 --- a/include/util.h +++ b/include/util.h @@ -20,7 +20,7 @@ #define __UTIL_H typedef struct { - void *ptr; + void *ptr; } ptr_wrapper_t; int msleep(long msec); |