diff --git a/src/util.c b/src/util.c index edc759a2e..c5612cf5b 100644 --- a/src/util.c +++ b/src/util.c @@ -1526,4 +1526,3 @@ Q_ (const char *s) sep = strchr(result, '|'); return (sep != NULL) ? sep + 1 : result; } -