summaryrefslogtreecommitdiff
path: root/src/exi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exi.c')
-rw-r--r--src/exi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exi.c b/src/exi.c
index 54514c0..b181a08 100644
--- a/src/exi.c
+++ b/src/exi.c
@@ -13,7 +13,7 @@
#include <stdlib.h>
noreturn void
-agb_exi (agb_cnd const cnd, FILE * restrict rom)
+agb_exi (enum agb_cnd const cnd, FILE * restrict rom)
{
if (rom != NULL) {fclose (rom);}