[project @ 2000-05-12 16:03:04 by sewardj]
[ghc-hetmet.git] / ghc / interpreter / dh_demo.c
index 86c41f0..53ba464 100644 (file)
@@ -11,7 +11,7 @@ int main ( int argc, char** argv )
    DH_MODULE hModule;
    void(*proc)(int);
 
-   hModule = DH_LoadLibrary("FooBar");   /* note no .hs */
+   hModule = DH_LoadLibrary("Dh_Demo");   /* note no .hs */
    assert(hModule != 0);
    proc = DH_GetProcAddress ( dh_ccall, hModule, "wurble" );
    assert(proc);