diff options
author | Bert <ber.t@gmx.com> | 2011-01-23 12:36:27 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-01-23 12:36:27 +0100 |
commit | 6fed8db854888381a1d436b76fb9ec3df95763a0 (patch) | |
tree | 10f7b0a592b26aaaf438055ccc69fa4bd724c237 /options.h | |
parent | 2f7bd169ea07be3b7f9cbcebfd9dc2082d9edd47 (diff) |
Added [,] mappings for go 10 images back/forward
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ typedef struct options_s { const char **filenames; - unsigned int filecnt; + int filecnt; } options_t; extern const options_t *options; |