tmpfiles: no need to set zero initialization of first enum value

This commit is contained in:
Lennart Poettering 2018-10-26 10:32:48 +02:00
parent 599ebe29a3
commit 133bbca42e
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ typedef struct ItemArray {
} ItemArray;
typedef enum DirectoryType {
DIRECTORY_RUNTIME = 0,
DIRECTORY_RUNTIME,
DIRECTORY_STATE,
DIRECTORY_CACHE,
DIRECTORY_LOGS,