Fixed man page.

This commit is contained in:
leo
2013-01-06 15:33:37 +00:00
parent 49be422b02
commit 31c8d6b977
3 changed files with 3 additions and 14 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ void Sys_GetFileList(const char* Path, ObjArray<String>& FileList)
DIR* Dir = opendir(DirPath);
if (!Dir)
{
printf("Couldn't open directory.\n");
printf("Couldn't open directory %s.\n", DirPath);
return;
}