chiark / gitweb /
util.h: fix typo
[elogind.git] / src / shared / util.h
index 3e89aaf17fe2a1e9640a355c4a7c084a921c9436..8231cf27bc3c8071db098bca7a8674e7bdf3e690 100644 (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