From 69ac42c11fece44010e0520570b0409f857dcc63 Mon Sep 17 00:00:00 2001 From: Alexis Engelke Date: Sun, 16 Jun 2019 10:18:41 +0200 Subject: [PATCH] Fix format.c for recent file name change --- format.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/format.c b/format.c index d1a4aba..76d13eb 100644 --- a/format.c +++ b/format.c @@ -9,13 +9,13 @@ #define FD_DECODE_TABLE_STRTAB1 static const char* _mnemonic_str = -#include +#include ; #undef FD_DECODE_TABLE_STRTAB1 #define FD_DECODE_TABLE_STRTAB2 static const uint16_t _mnemonic_offs[] = { -#include +#include }; #undef FD_DECODE_TABLE_STRTAB2