diff --git a/include/action_list.h b/include/action_list.h index 6bf48ae..95c96e7 100644 --- a/include/action_list.h +++ b/include/action_list.h @@ -7,8 +7,8 @@ #include typedef enum { - INSERT, - DELETE + DELETE, + INSERT } ActionType; // Represents a deletion or insertion into the files text