From d501453c1c60d5a6fbc7494ece4723f62399c5ff Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Fri, 29 Nov 2013 21:23:18 -0500 Subject: [PATCH] Move scope of comment --- qcsrc/common/playerstats.qc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qcsrc/common/playerstats.qc b/qcsrc/common/playerstats.qc index 8878ccf8e..b0cc18fd6 100644 --- a/qcsrc/common/playerstats.qc +++ b/qcsrc/common/playerstats.qc @@ -661,5 +661,6 @@ void PlayerInfo_Details() url_single_fopen(uri, FILE_READ, PlayerInfo_ready, p); } } -*/ + #endif +*/ -- 2.39.2