OSDN Git Service

I dropped a trailing bracket in the merge from upstream. Fixed.
authorEric Branlund <ebranlund@fastmail.com>
Thu, 20 Feb 2020 03:20:16 +0000 (19:20 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Thu, 20 Feb 2020 03:20:16 +0000 (19:20 -0800)
src/main.c

index 1fbc664..5d07bd5 100644 (file)
@@ -87,6 +87,7 @@ static void init_stuff(void)
 
        /* Initialize */
        init_file_paths(libpath, varpath);
+}