summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-03-01 14:23:09 +0100
committerBert <ber.t@gmx.com>2011-03-01 14:23:09 +0100
commit955c39a5c5e3193e18c21abe87110651cc2472d2 (patch)
treec9217960b6aa023ce748f9b2c3518f8cc67d62b0 /options.h
parent8919fbd676dccdcb298503326ca7c7194b853ef0 (diff)
downloadnsxiv-955c39a5c5e3193e18c21abe87110651cc2472d2.tar.zst
Shorter typedefs
Diffstat (limited to 'options.h')
-rw-r--r--options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.h b/options.h
index 246ddb7..4ce9637 100644
--- a/options.h
+++ b/options.h
@@ -21,7 +21,7 @@
#include "image.h"
-typedef struct options_s {
+typedef struct {
const char **filenames;
int filecnt;
unsigned char from_stdin;