fixed why2_die undefined reference
This commit is contained in:
parent
51f547d9df
commit
2ea515ba38
@ -469,7 +469,7 @@ char *why2_generate_key(int key_length)
|
|||||||
return key;
|
return key;
|
||||||
}
|
}
|
||||||
|
|
||||||
void die(char *exit_msg)
|
void why2_die(char *exit_msg)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "%s\n", exit_msg); //ERR MSG
|
fprintf(stderr, "%s\n", exit_msg); //ERR MSG
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user