From a91d5bf75436ff1499da53e92714e5304dd835e6 Mon Sep 17 00:00:00 2001 From: Bara Date: Tue, 2 Dec 2014 03:35:56 +0100 Subject: [PATCH] Fix warning in files.inc --- plugins/include/files.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/files.inc b/plugins/include/files.inc index 7a721958..3bd06f04 100644 --- a/plugins/include/files.inc +++ b/plugins/include/files.inc @@ -423,7 +423,7 @@ native bool WriteFileLine(Handle hndl, const char[] format, any:...); */ stock int ReadFileCell(Handle hndl, int &data, int size) { - int ret; + int ret; int array[1]; if ((ret = ReadFile(hndl, array, 1, size)) == 1)