summaryrefslogtreecommitdiffstats
path: root/main.c
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 /main.c
parent8919fbd676dccdcb298503326ca7c7194b853ef0 (diff)
downloadnsxiv-955c39a5c5e3193e18c21abe87110651cc2472d2.tar.zst
Shorter typedefs
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index d240128..ec803f6 100644
--- a/main.c
+++ b/main.c
@@ -34,7 +34,7 @@
#include "util.h"
#include "window.h"
-typedef enum appmode_e {
+typedef enum {
MODE_NORMAL = 0,
MODE_THUMBS
} appmode_t;