Fix indetation in last commit

This commit is contained in:
2014-11-03 15:06:46 +01:00
parent 9e4229e0ad
commit 355b70c360

View File

@@ -48,7 +48,7 @@ typedef enum FSMenuInsert {
FS_INSERT_SORTED = (1 << 0),
FS_INSERT_SAVE = (1 << 1),
FS_INSERT_FIRST = (1 << 2), /* moves the item to the front of the list when its not already there */
FS_APPEND_LAST = (1 << 3) /*just append to preseve delivered order */
FS_APPEND_LAST = (1 << 3) /*just append to preseve delivered order */
} FSMenuInsert;
struct FSMenu;