X-Git-Url: https://vgcfreebox.myrthtech.pt/gitweb/ue-pp-terminationdetectionalgorithm.git/blobdiff_plain/a1172429974beadbd21f351af069c6ceb2cd5200..e817d5df83a20d84bdd0e5946c6ecea37e55a5a3:/util.c?ds=sidebyside 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