X-Git-Url: https://vgcfreebox.myrthtech.pt/gitweb/ue-pp-terminationdetectionalgorithm.git/blobdiff_plain/a1172429974beadbd21f351af069c6ceb2cd5200..f9a777c9728818d47e3b278e1bdd99866f376429:/util.c diff --git a/util.c b/util.c index 65e145e..abf567b 100644 --- a/util.c +++ b/util.c @@ -9,7 +9,6 @@ #include #include - // controls the output of debugging messages, set to 1 to have no // messages int QUIET = 0; @@ -51,4 +50,4 @@ void warn(char *format, ...) va_start (args, format); vfprintf(stderr, format, args); va_end (args); -} +} \ No newline at end of file