summaryrefslogtreecommitdiff
path: root/toxencryptsave
diff options
context:
space:
mode:
Diffstat (limited to 'toxencryptsave')
-rw-r--r--toxencryptsave/toxencryptsave.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxencryptsave/toxencryptsave.c b/toxencryptsave/toxencryptsave.c
index 4f827c9e..7c81f722 100644
--- a/toxencryptsave/toxencryptsave.c
+++ b/toxencryptsave/toxencryptsave.c
@@ -29,7 +29,7 @@
29#include "../toxcore/crypto_core.h" 29#include "../toxcore/crypto_core.h"
30#include "defines.h" 30#include "defines.h"
31#include "toxencryptsave.h" 31#include "toxencryptsave.h"
32#define SET_ERROR_PARAMETER(param, x) {if(param) {*param = x;}} 32#define SET_ERROR_PARAMETER(param, x) do { if (param) { *param = x; } } while (0)
33 33
34#ifdef VANILLA_NACL 34#ifdef VANILLA_NACL
35#include <crypto_box.h> 35#include <crypto_box.h>