diff options
author | Bert <ber.t@gmx.com> | 2011-03-01 14:23:09 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-03-01 14:23:09 +0100 |
commit | 955c39a5c5e3193e18c21abe87110651cc2472d2 (patch) | |
tree | c9217960b6aa023ce748f9b2c3518f8cc67d62b0 /options.h | |
parent | 8919fbd676dccdcb298503326ca7c7194b853ef0 (diff) |
Shorter typedefs
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ #include "image.h" -typedef struct options_s { +typedef struct { const char **filenames; int filecnt; unsigned char from_stdin; |