aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-03-07 19:23:23 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-03-08 04:49:43 +0530
commiteb9faf083292d14357cd6d803ba4fd570e31a225 (patch)
tree11a2c3bf8a34b4873584932f626907540666114b /src/nnn.h
parent0c63f474a3925dc870dca09d48f1a228dd98105b (diff)
downloadnnn-eb9faf083292d14357cd6d803ba4fd570e31a225.tar.gz
Use packed structures
Diffstat (limited to 'src/nnn.h')
-rw-r--r--src/nnn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.h b/src/nnn.h
index b535639..d278466 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -103,7 +103,7 @@ enum action {
struct key {
int sym; /* Key pressed */
enum action act; /* Action */
-};
+} __attribute__ ((packed));
static struct key bindings[] = {
/* Back */