mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +00:00
- return ret so we return something meaningful.
This commit is contained in:
parent
70cbb6e026
commit
56fbd21fa7
@ -232,7 +232,7 @@ loop:
|
||||
}
|
||||
fclose(table);
|
||||
|
||||
return 0;
|
||||
return ret;
|
||||
}
|
||||
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user