diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-14 11:20:20 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-14 11:20:20 +0200 |
commit | 4d01e37c47a3070a57c1b0240b8367ff61519de3 (patch) | |
tree | e641cd209ec97fa229cbfc5391188a1d3a2bc198 /src | |
parent | Add structs and enums (diff) | |
download | libcoopgamma-4d01e37c47a3070a57c1b0240b8367ff61519de3.tar.gz libcoopgamma-4d01e37c47a3070a57c1b0240b8367ff61519de3.tar.bz2 libcoopgamma-4d01e37c47a3070a57c1b0240b8367ff61519de3.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src')
-rw-r--r-- | src/libcoopgamma.h | 2 |
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; |