From 0557b2dfe319c6640b7c65956cdb55f521dd2fb5 Mon Sep 17 00:00:00 2001 From: Andrey Akhmichin Date: Mon, 7 Jun 2021 19:20:38 +0500 Subject: [PATCH] Fix compilation. --- dlls/crossbow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/crossbow.cpp b/dlls/crossbow.cpp index 68f4ba9c..c7b04f77 100644 --- a/dlls/crossbow.cpp +++ b/dlls/crossbow.cpp @@ -12,7 +12,7 @@ * without written permission from Valve LLC. * ****/ -#if !OEM_BUILD ) && !HLDEMO_BUILD +#if !OEM_BUILD && !HLDEMO_BUILD #include "extdll.h" #include "util.h"