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:
parent
151226ab4b
commit
1f2b7175cf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user