[DEV] gcc compilation corection

This commit is contained in:
Edouard DUPIN 2013-08-11 22:31:46 +02:00
parent 16bf072432
commit 3ac971ecb6

View File

@ -31,7 +31,7 @@ void etk::Archive::Display(void)
etk::Archive* etk::Archive::Load(const etk::UString& _fileName)
{
etk::Archive::Archive* output=NULL;
etk::Archive* output=NULL;
etk::UString tmpName = _fileName.ToLower();
// select the corect Loader :
if( true == tmpName.EndWith(".zip")