summaryrefslogtreecommitdiff
path: root/src/screen.c
diff options
context:
space:
mode:
authortrimill <trimill@trimillxyz.org>2024-02-03 21:05:27 -0500
committertrimill <trimill@trimillxyz.org>2024-02-03 21:08:36 -0500
commit85a94437048e85aa97991899abbdd0cc927ca671 (patch)
tree2cb682af2be6ec7e94ebc3f010a780d1b4037c93 /src/screen.c
parentfix lib (diff)
downloadcorn-85a94437048e85aa97991899abbdd0cc927ca671.tar.gz
corn-85a94437048e85aa97991899abbdd0cc927ca671.tar.bz2
corn-85a94437048e85aa97991899abbdd0cc927ca671.zip
formatting
Diffstat (limited to '')
-rw-r--r--src/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen.c b/src/screen.c
index 609797c..2bc145c 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -4,7 +4,7 @@
#include <stddef.h>
#include <stdint.h>
-#define SCREEN_WIDTH 1024
+#define SCREEN_WIDTH 1024
#define SCREEN_HEIGHT 768
#define SCREEN_BIT_DEPTH 32