1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-25 01:34:28 +03:00

journal: fix typo

This commit is contained in:
Lennart Poettering 2011-12-27 22:52:22 +01:00
parent 3306729574
commit 24b51289e3

View File

@ -437,7 +437,7 @@ static int find_location(sd_journal *j, JournalFile *f, direction_t direction, O
(direction == DIRECTION_DOWN && cp < tp) || (direction == DIRECTION_DOWN && cp < tp) ||
(direction == DIRECTION_UP && cp > tp)) { (direction == DIRECTION_UP && cp > tp)) {
to = c; to = c;
tp = tp; tp = cp;
} }
} }