aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorJaroslav Hensl <jara@hensl.cz>2024-09-26 00:23:46 +0200
committerJaroslav Hensl <jara@hensl.cz>2024-09-26 00:23:46 +0200
commit370bc9a33893c474f36e171e05b5aa60885c8997 (patch)
treec504cd865f41e1479aacd122dbcd0ffec0c1c527 /makefile
parentb5a7e91089671879227f4ce231cd06e9e6a24f18 (diff)
downloadvmdisp9x-370bc9a33893c474f36e171e05b5aa60885c8997.tar.gz
fix: dereferencing NULL pointer
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 6e5a990..8e00191 100644
--- a/makefile
+++ b/makefile
@@ -12,7 +12,7 @@ OBJS += &
INCS = -I$(%WATCOM)\h\win -Iddk -Ivmware
-VER_BUILD = 83
+VER_BUILD = 84
FLAGS = -DDRV_VER_BUILD=$(VER_BUILD)