remove redundant duplicate word 'not'
authorHinTak <htl10@users.sourceforge.net>
Sun, 27 Aug 2017 21:44:09 +0000 (22:44 +0100)
committerGitHub <noreply@github.com>
Sun, 27 Aug 2017 21:44:09 +0000 (22:44 +0100)
Found a consecutive 'not' pair while searching the code for somethng else.

support/supportw.c

index 247f310c23b95a26c7fd1ae7460fe672766ab1a6..b5fdae354c22ba3e820da8c13b5b2ae9e7db394d 100644 (file)
@@ -52,7 +52,7 @@ get_function (const char *name)
                        compare_names);
 
        if (ptr == NULL) {
-               g_warning ("Function '%s' not not found.", name);
+               g_warning ("Function '%s' not found.", name);
                return NULL;
        }