Skip to content

Commit

Permalink
Removed unused variable (Dan Wittenberg)
Browse files Browse the repository at this point in the history
...and got rid of compiler warning at the same time.
  • Loading branch information
Eric Stanley committed Oct 11, 2013
1 parent c7df13b commit 92b1238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/nebmods.c
Expand Up @@ -167,7 +167,7 @@ int neb_load_all_modules(void) {
int neb_load_module(nebmodule *mod) {
int (*initfunc)(int, char *, void *);
int *module_version_ptr = NULL;
int dest_fd, result = OK;
int result = OK;

if(mod == NULL)
return ERROR;
Expand Down

0 comments on commit 92b1238

Please sign in to comment.