From df99e9636111d331d950025c045234f85e7e1f28 Mon Sep 17 00:00:00 2001 From: cozis Date: Mon, 9 May 2022 03:36:42 +0200 Subject: [PATCH] forgot to undefine C2H_TIMING --- c2html.c | 2 +- makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/c2html.c b/c2html.c index c93860b..1521368 100644 --- a/c2html.c +++ b/c2html.c @@ -627,7 +627,7 @@ char *c2html(const char *str, long len, "\n" " \n" " \n" - ""); + "\n"); char *res; if(buff.error == NULL) { diff --git a/makefile b/makefile index acad788..c0d12b8 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -Wall -Wextra -DNDEBUG -O3 -DC2H_TIMING +CFLAGS = -Wall -Wextra -DNDEBUG -O3 #-DC2H_TIMING # CFLAGS = -Wall -Wextra -g # When debugging .PHONY: all install clean