summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-05-21 15:31:37 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-05-21 15:31:37 +0200
commitd0d576d61d65f7b42db1cc7331f1c7c9879e90e9 (patch)
tree40eb97a6ace92157666f000bc6932bee99d766ad /tests
parent223b524f4636be7aa030f8609125d54cd9ea0882 (diff)
downloadwolfbones-d0d576d61d65f7b42db1cc7331f1c7c9879e90e9.tar.gz
wolfbones-d0d576d61d65f7b42db1cc7331f1c7c9879e90e9.tar.bz2
final cleanup in documentation of library loader
Diffstat (limited to 'tests')
-rw-r--r--tests/library/test_loader.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/library/test_loader.c b/tests/library/test_loader.c
index ddcdbc5..50ed8db 100644
--- a/tests/library/test_loader.c
+++ b/tests/library/test_loader.c
@@ -44,10 +44,7 @@ int main( void ) {
return EXIT_FAILURE;
}
- /* fetch a known function symbol (multiply_by_two), for the reasons why naive
- * casting doesn't work, see:
- * http://en.wikipedia.org/wiki/Dynamic_loading
- */
+ /* fetch a known function symbol (multiply_by_two) */
symbol = wolf_library_get_func( library, "multiply_by_two", &error );
if( error != WOLF_OK ) {
fprintf( stderr, "Error %d fetching a function from the library: %s\n",