summaryrefslogtreecommitdiff
path: root/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.c b/parse.c
index 5159753..5da5b61 100644
--- a/parse.c
+++ b/parse.c
@@ -23,7 +23,7 @@ static struct instruction *insts;
static size_t insts_count;
static size_t byte_offset;
-void emit(const char *fmt, ...)
+static void emit(const char *fmt, ...)
{
va_list args;
va_start(args, fmt);