summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authorGravatar default2023-05-04 09:34:33 +0200
committerGravatar default2023-05-04 09:34:33 +0200
commit980a8d524fae11d17366e7aea56206d13f278e31 (patch)
treefc1a9f5dda124faaea7bda62b867667b81edf5f5 /html.c
parentAdded -Wextra to C flags. (diff)
downloadsnac2-980a8d524fae11d17366e7aea56206d13f278e31.tar.gz
snac2-980a8d524fae11d17366e7aea56206d13f278e31.tar.xz
snac2-980a8d524fae11d17366e7aea56206d13f278e31.zip
Fixed more warnings.
Diffstat (limited to 'html.c')
-rw-r--r--html.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/html.c b/html.c
index 3ebe70d..8d4203d 100644
--- a/html.c
+++ b/html.c
@@ -1282,6 +1282,7 @@ xs_str *html_notifications(snac *snac)
1282 1282
1283 /* set the check time to now */ 1283 /* set the check time to now */
1284 xs *dummy = notify_check_time(snac, 1); 1284 xs *dummy = notify_check_time(snac, 1);
1285 dummy = xs_free(dummy);
1285 1286
1286 timeline_touch(snac); 1287 timeline_touch(snac);
1287 1288