From f335368a82799608f99238a0671c08cef8238534 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Thu, 20 Feb 2020 05:58:30 -0800 Subject: [PATCH] Made white space changes to better match what's in the For2.2.2-Refactoring branch. --- src/init2.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/init2.c b/src/init2.c index 1dba9050e..313b80853 100644 --- a/src/init2.c +++ b/src/init2.c @@ -82,7 +82,7 @@ static void put_title(void); void init_file_paths(concptr libpath, concptr varpath) { #ifdef PRIVATE_USER_PATH - char base[1024]; + char base[1024]; char buf[1024]; #endif /* PRIVATE_USER_PATH */ @@ -104,7 +104,6 @@ void init_file_paths(concptr libpath, concptr varpath) string_free(ANGBAND_DIR_USER); string_free(ANGBAND_DIR_XTRA); - /*** Prepare the "path" ***/ /* Hack -- save the main directory */ -- 2.11.0