chiark / gitweb /
systemctl: drop [] around date in status output
[elogind.git] / src / list.h
index 9380f362f1e1c7f1acf7f59640514b843fceca1f..e49d953d0ac42ac6b3f688f4366b712d6a01a453 100644 (file)
@@ -77,7 +77,7 @@
         do {                                                            \
                 t *_item = (item);                                      \
                 assert(_item);                                          \
-                while ((_item->name##_prev)                             \
+                while (_item->name##_prev)                              \
                        _item = _item->name##_prev;                      \
                 (head) = _item;                                         \
         } while (false)