From 5afbe712db5cc68213a24c45396ffb43fab05e3e Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Wed, 8 May 2013 21:08:14 -0400 Subject: systemd-python: add __version__ strings --- src/journal/sd-journal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/journal') diff --git a/src/journal/sd-journal.c b/src/journal/sd-journal.c index d81e4ddfa9..c21712b7c4 100644 --- a/src/journal/sd-journal.c +++ b/src/journal/sd-journal.c @@ -415,7 +415,7 @@ _public_ void sd_journal_flush_matches(sd_journal *j) { } static int compare_entry_order(JournalFile *af, Object *_ao, - JournalFile *bf, uint64_t bp) { + JournalFile *bf, uint64_t bp) { uint64_t a, b; Object *ao, *bo; -- cgit v1.2.3-54-g00ecf