Fix a couple of style typos.

w32-compat
Christopher Wellons 2017-07-02 21:58:59 -04:00
parent 2723203a68
commit 808fde4f1a
1 changed files with 2 additions and 2 deletions

View File

@ -549,7 +549,7 @@ secure_entropy(void *buf, size_t len)
fclose(r);
}
#elif defined (_WIN32)
#elif defined(_WIN32)
#include <windows.h>
static void
@ -1378,7 +1378,7 @@ main(int argc, char **argv)
options->permute = 0;
(void)argc;
while ((option = optparse_long(options, global, 0)) != -1) {
while ((option = optparse_long(options, global, 0)) != -1) {
switch (option) {
#if ENCHIVE_OPTION_AGENT
case 'a':