[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / 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;
        }