summaryrefslogtreecommitdiff
path: root/src/journal-remote
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal-remote')
-rw-r--r--src/journal-remote/journal-remote-write.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal-remote/journal-remote-write.h b/src/journal-remote/journal-remote-write.h
index 7ed32aa5aa..9f3df423d8 100644
--- a/src/journal-remote/journal-remote-write.h
+++ b/src/journal-remote/journal-remote-write.h
@@ -16,7 +16,7 @@ typedef struct Writer {
uint64_t seqnum;
- int n_ref;
+ unsigned n_ref;
} Writer;
Writer* writer_new(RemoteServer* server);