1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-31 07:51:21 +03:00

util.h: fix typo

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2014-08-03 22:11:34 -04:00
parent 151226ab4b
commit 1f2b7175cf

View File

@ -69,7 +69,7 @@
#if SIZEOF_TIME_T == 8
# define PRI_TIME PRIu64
#elif SIZEOF_GID_T == 4
#elif SIZEOF_TIME_T == 4
# define PRI_TIME PRIu32
#else
# error Unknown time_t size