aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-03-11 20:08:03 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-03-11 20:08:03 +0530
commit8882aa802286a98287f066cc316bd6f17bf58b81 (patch)
treece20274e7711f8eabd41a6714f89f113863ab1df /src/nnn.h
parentb95d1de4c5cd9869e3fd3db21cc933a27bf1b864 (diff)
downloadnnn-8882aa802286a98287f066cc316bd6f17bf58b81.tar.gz
No need to use packed structs
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 c593685..a2a858b 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -102,7 +102,7 @@ enum action {
struct key {
int sym; /* Key pressed */
enum action act; /* Action */
-} __attribute__ ((packed));
+};
static struct key bindings[] = {
/* Back */