From 80c259f64fd38cdb84f2bcb8a146e7ec4a448070 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 18 Apr 2007 22:10:36 +0000 Subject: (svn r9672) -Cleanup: lots of coding style fixes around operands. --- src/misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/misc.cpp') diff --git a/src/misc.cpp b/src/misc.cpp index ec121ecb4..9ea8a738e 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -286,7 +286,7 @@ static void Load_NAME() int index; while ((index = SlIterateArray()) != -1) { - SlArray(_name_array[index],SlGetFieldLength(),SLE_UINT8); + SlArray(_name_array[index], SlGetFieldLength(), SLE_UINT8); } } -- cgit v1.2.3-54-g00ecf