Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
ArkadySK committed Jan 8, 2025
1 parent cfc1e7c commit fb14c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/menu.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "menu.h"
#include "utils.c"
#include "utils.h"

char display_menu(void) {
clear_screen();
Expand Down

0 comments on commit fb14c86

Please sign in to comment.