Skip to content

Commit

Permalink
Rename one more.
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Mar 8, 2017
1 parent 649a67b commit 919498c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toxencryptsave/toxencryptsave.c
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ bool tox_is_data_encrypted(const uint8_t *data)
return 0;
}

const ToxencsaveApi toxencsave_api = {
const ToxencryptsaveApi toxencryptsave_api = {
&tox_pass_encrypt,
&tox_pass_decrypt,
&tox_pass_key_new,
Expand Down

0 comments on commit 919498c

Please sign in to comment.