From a76ba1b33e397638c4209dd77e6073e423ac07a8 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 22 Apr 2019 02:34:30 +0200 Subject: Start on bytecode. Commit before os switch --- src/std/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/std/log.c') diff --git a/src/std/log.c b/src/std/log.c index a03e62f..88ff0cf 100644 --- a/src/std/log.c +++ b/src/std/log.c @@ -72,4 +72,4 @@ void amal_log_warning(const char *fmt, ...) { va_end(args); fprintf(stderr, "\n"); ignore_result_int(amal_mutex_unlock(&mutex)); -} \ No newline at end of file +} -- cgit v1.2.3