summaryrefslogtreecommitdiffstats
path: root/zfs/ZfsArcStats.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-08-21 10:38:44 +0200
committerChristian Göttsche <cgzones@googlemail.com>2020-08-21 10:38:44 +0200
commit9fde0835edd140e1d57361c2ce958bf106bc9d54 (patch)
treee2f6bd9686e5b962d676a827e684130a788e92ab /zfs/ZfsArcStats.h
parentb92f62f912d15b5db59483ea803fe1bb282ebc9a (diff)
Avoid empty translation unit warning
zfs/ZfsArcStats.c:22: error: ISO C forbids an empty translation unit [-Werror=pedantic] 22 | }*/ |
Diffstat (limited to 'zfs/ZfsArcStats.h')
-rw-r--r--zfs/ZfsArcStats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zfs/ZfsArcStats.h b/zfs/ZfsArcStats.h
index ee5d0edd..9368ba9d 100644
--- a/zfs/ZfsArcStats.h
+++ b/zfs/ZfsArcStats.h
@@ -23,4 +23,5 @@ typedef struct ZfsArcStats_ {
unsigned long long int uncompressed;
} ZfsArcStats;
+
#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy