SDL_net: fix typo in previous commit

From 611affd6261a0fced5779c39c77304091c9b1c86 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Thu, 30 Dec 2021 00:14:32 +0300
Subject: [PATCH] fix typo in previous commit

---
 Makefile.os2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.os2 b/Makefile.os2
index 5425975..65d7fc2 100644
--- a/Makefile.os2
+++ b/Makefile.os2
@@ -27,7 +27,7 @@ CFLAGS = -bt=os2 -d0 -q -bm -5s -fp5 -fpi87 -sg -oteanbmier -ei -j
 # warnings:
 CFLAGS+= -wx
 # newer OpenWatcom versions enable W303 by default
-CFLAGS_BASE+= -wcd=303
+CFLAGS+= -wcd=303
 # to build a dll:
 CFLAGS+= -bd
 # for DECLSPEC: