[asp.net] Use 'protected internal' only when compiling for System.Web, 'protected...
[mono.git] / eglib / test / path.c
index 28b888517d30987127079dbc2be7f05d5159f37e..aaf5685d75fccfd920c0d9e1fa2e5609739657f0 100644 (file)
@@ -94,7 +94,7 @@ test_buildpath ()
        g_free (s);
 
        /* Null */
-       s = g_build_path ("/", NULL);
+       s = g_build_path ("/", NULL, NULL);
        if (s == NULL)
                return FAILED ("must get a non-NULL return");
        if (s [0] != 0)