aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcoopgamma.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcoopgamma.h')
-rw-r--r--src/libcoopgamma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcoopgamma.h b/src/libcoopgamma.h
index bd032b5..e101179 100644
--- a/src/libcoopgamma.h
+++ b/src/libcoopgamma.h
@@ -144,7 +144,7 @@ typedef struct libcoopgamma_filter_table
typedef struct libcoopgamma_error
{
- int number;
+ uint64_t number;
int custom;
char* description;
} libcoopgamma_error_t;