]> code.delx.au - refind/blobdiff - refind/config.c
Removed space_after_boot_options token in favor of adding a space
[refind] / refind / config.c
index c1756afad5fa5540c7bd72feea311ba2bb55e2bd..a2c36fe33749d69ff7097f18b476f06af4330d47 100644 (file)
@@ -428,6 +428,7 @@ VOID ReadConfig(VOID)
 
         } else if (StriCmp(TokenList[0], L"max_tags") == 0) {
            HandleInt(TokenList, TokenCount, &(GlobalConfig.MaxTags));
+
         }
 
         FreeTokenLine(&TokenList, &TokenCount);