Fix indetation in last commit
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user