1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 10:25:37 +03:00

man: ensure example of sd_journal_query_unique() compiles cleanly

This commit is contained in:
Lennart Poettering 2012-10-18 22:54:58 +02:00
parent 9536e0e109
commit 0902aa1838

View File

@ -176,7 +176,7 @@
int main(int argc, char *argv[]) {
sd_journal *j;
const char *d;
const void *d;
size_t l;
int r;