about summary refs log tree commit diff stats
path: root/src/kilo.c
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-11-14 07:52:47 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-11-14 07:53:20 -0800
commitb50e393770e7623b725209e1ec3a31586414341b (patch)
treef2e9072115821a2d3692629bb6c2b2634d7695cf /src/kilo.c
parent12d738d5ce5d73d2cd7b56a22cc0874ec746894e (diff)
downloadteliva-b50e393770e7623b725209e1ec3a31586414341b.tar.gz
draw the browse dialog the same way
Diffstat (limited to 'src/kilo.c')
-rw-r--r--src/kilo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kilo.c b/src/kilo.c
index f3c1437..acbd3dd 100644
--- a/src/kilo.c
+++ b/src/kilo.c
@@ -101,7 +101,7 @@ struct editorConfig {
 
 static struct editorConfig E;
 
-enum KEY_ACTION{
+enum KEY_ACTION {
         KEY_NULL = 0,
         CTRL_C = 3,
         CTRL_D = 4,