diff options
Diffstat (limited to 'src/lutris/array.h')
-rw-r--r-- | src/lutris/array.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lutris/array.h b/src/lutris/array.h index ac1da1c..82ed84b 100644 --- a/src/lutris/array.h +++ b/src/lutris/array.h @@ -2,4 +2,4 @@ #undef CREATE_ENUM #endif -#define CREATE_ENUM(x) #x,
\ No newline at end of file +#define CREATE_ENUM(x) #x, |