# HG changeset patch # User ib # Date 1328799736 0 # Node ID ba16576126fabd28f5807a95ea36b014e164e667 # Parent ebcc8c7e7fda1010b5ea90e93afbc455aa458d72 Cosmetic: Adjust indent. diff -r ebcc8c7e7fda -r ba16576126fa gui/cfg.c --- a/gui/cfg.c Thu Feb 09 15:01:32 2012 +0000 +++ b/gui/cfg.c Thu Feb 09 15:02:16 2012 +0000 @@ -335,7 +335,7 @@ while (fgetstr(line, sizeof(line), file)) if (i < FF_ARRAY_ELEMS(fsHistory)) - fsHistory[i++] = gstrdup(line); + fsHistory[i++] = gstrdup(line); fclose(file); }