aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/social/gnunet-social.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/social/gnunet-social.c b/src/social/gnunet-social.c
index 71392d8e9..baeca3082 100644
--- a/src/social/gnunet-social.c
+++ b/src/social/gnunet-social.c
@@ -67,10 +67,10 @@ static int op_guest_leave;
67static int op_guest_talk; 67static int op_guest_talk;
68 68
69/** --replay */ 69/** --replay */
70static char *op_replay; 70static int op_replay;
71 71
72/** --replay-latest */ 72/** --replay-latest */
73static char *op_replay_latest; 73static int op_replay_latest;
74 74
75/** --look-at */ 75/** --look-at */
76static int op_look_at; 76static int op_look_at;
@@ -122,7 +122,7 @@ static uint64_t opt_start;
122static uint64_t opt_until; 122static uint64_t opt_until;
123 123
124/** --limit */ 124/** --limit */
125static int opt_limit; 125static long long unsigned int opt_limit;
126 126
127 127
128/* global vars */ 128/* global vars */