From a999bb322775b80f44bfc6e0f1886851d4bfc410 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 14 Oct 2008 19:27:08 +0000 Subject: (svn r14466) -Doc: remove some obsolete parameters, fix a few parameter names in comments and add a little more doxygen documentation. --- src/fileio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fileio.cpp') diff --git a/src/fileio.cpp b/src/fileio.cpp index dc5e9065f..543b76729 100644 --- a/src/fileio.cpp +++ b/src/fileio.cpp @@ -1029,7 +1029,7 @@ static uint ScanTar(FileScanner *fs, const char *extension, TarFileList::iterato /** * Scan for files with the given extention in the given search path. * @param extension the extension of files to search for. - * @param sp the sub directory to search in. + * @param sd the sub directory to search in. * @param tars whether to search in the tars too. * @return the number of found files, i.e. the number of times that * AddFile returned true. -- cgit v1.2.3-54-g00ecf