Typo.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3392 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
+2
-1
@@ -492,7 +492,8 @@ loadIndices (uio_DirHandle *dir)
|
|||||||
|
|
||||||
for (i = 0; i < indices->numNames; i++)
|
for (i = 0; i < indices->numNames; i++)
|
||||||
{
|
{
|
||||||
log_add (log_Debug, "Loading resouce index '%s'", indices->names[i]);
|
log_add (log_Debug, "Loading resource index '%s'",
|
||||||
|
indices->names[i]);
|
||||||
LoadResourceIndex (dir, indices->names[i], NULL);
|
LoadResourceIndex (dir, indices->names[i], NULL);
|
||||||
numLoaded++;
|
numLoaded++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user