diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-05-08 21:08:14 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-05-08 21:34:44 -0400 |
commit | 5afbe712db5cc68213a24c45396ffb43fab05e3e (patch) | |
tree | e811f7b05a129c8220b33d6dbef301ac9ffc7da0 /src/journal | |
parent | 6866780115a7c0af034f287d965f4bf6b02c1e6d (diff) |
systemd-python: add __version__ strings
Diffstat (limited to 'src/journal')
-rw-r--r-- | src/journal/sd-journal.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |