Fix some #endif comments

Signed-off-by: Eric Biggers <ebiggers@google.com>
This commit is contained in:
Eric Biggers
2020-12-28 10:35:07 -08:00
parent 160bff5fa2
commit 362db17b5b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ static const struct fsverity_command {
"Display the fs-verity digest of the given verity file(s)",
.usage_str =
" fsverity measure FILE...\n"
#endif /* _WIN32 */
#endif /* !_WIN32 */
}, {
.name = "sign",
.func = fsverity_cmd_sign,