aboutsummaryrefslogtreecommitdiff
path: root/src/main/extractor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/extractor.c')
-rw-r--r--src/main/extractor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/extractor.c b/src/main/extractor.c
index 09d402b..98723ac 100644
--- a/src/main/extractor.c
+++ b/src/main/extractor.c
@@ -641,7 +641,7 @@ get_symbol_with_prefix(void *lib_handle,
641 char *dot; 641 char *dot;
642 const char *(*opt_fun)(void); 642 const char *(*opt_fun)(void);
643 643
644 *options = NULL; 644 if (NULL != options) *options = NULL;
645 sym_name = strstr (prefix, "_"); 645 sym_name = strstr (prefix, "_");
646 if (sym_name == NULL) 646 if (sym_name == NULL)
647 return NULL; 647 return NULL;