Skip to content

Commit

Permalink
Fix wypo in WITH_ macro. At worst it left an unused label in the code.
Browse files Browse the repository at this point in the history
  • Loading branch information
skids authored and arr2036 committed May 9, 2013
1 parent 274ca8c commit 288bdd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/modules.c
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ static module_entry_t *linkto_module(char const *module_name,
return NULL;
}

#if !defined(WIT_LIBLTDL) && defined (HAVE_DLFCN_H) && defined(RTLD_SELF)
#if !defined(WITH_LIBLTDL) && defined (HAVE_DLFCN_H) && defined(RTLD_SELF)
open_self:
#endif
/*
Expand Down

0 comments on commit 288bdd9

Please sign in to comment.