diff options
Diffstat (limited to 'tests/unittests/omemo')
-rw-r--r-- | tests/unittests/omemo/stub_omemo.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/unittests/omemo/stub_omemo.c b/tests/unittests/omemo/stub_omemo.c index 127787ec..f7c60190 100644 --- a/tests/unittests/omemo/stub_omemo.c +++ b/tests/unittests/omemo/stub_omemo.c @@ -116,6 +116,7 @@ omemo_encrypt_file(FILE* in, FILE* out, off_t file_size, int* gcry_res) void omemo_free(void* a){}; uint32_t -omemo_device_id() { - return 123; +omemo_device_id() +{ + return 123; } |