Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Feb 3, 2024
1 parent cfc5441 commit 0c5c9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void cfg_load()
{
cfg_init();

/* Optional settings */
/* Optional settings */

GET_INT(g_config.window_rect.right, "width", 0);
GET_INT(g_config.window_rect.bottom, "height", 0);
Expand Down

0 comments on commit 0c5c9ac

Please sign in to comment.