summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/testDynload.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/kwsys/testDynload.c')
-rw-r--r--Source/kwsys/testDynload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/testDynload.c b/Source/kwsys/testDynload.c
index 7308530..67c33c3 100644
--- a/Source/kwsys/testDynload.c
+++ b/Source/kwsys/testDynload.c
@@ -6,6 +6,6 @@
DL_EXPORT int TestDynamicLoaderData = 0;
-DL_EXPORT void TestDynamicLoaderFunction()
+DL_EXPORT void TestDynamicLoaderSymbolPointer()
{
}