X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=testModule.c;h=77b7ba106abd337bc77edee85ec50e506f356857;hb=052d4a7f75de959c1128c89f832685738c4ace0e;hp=e399f5c040d2c574f563b2f4b1fefd7601df49c6;hpb=7714ab7384828d6cda6f950a8d789ee36ca62452;p=platform%2Fupstream%2Flibxml2.git diff --git a/testModule.c b/testModule.c index e399f5c..77b7ba1 100644 --- a/testModule.c +++ b/testModule.c @@ -47,7 +47,7 @@ int main(int argc ATTRIBUTE_UNUSED, char **argv ATTRIBUTE_UNUSED) { /* build the module filename, and confirm the module exists */ xmlStrPrintf(filename, sizeof(filename), - (const xmlChar*) "%s/testdso%s", + "%s/testdso%s", (const xmlChar*)MODULE_PATH, (const xmlChar*)LIBXML_MODULE_EXTENSION);