Module: wine Branch: refs/heads/master Commit: 1142a1f2af521f9ba448168af2e644508020faa2 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=1142a1f2af521f9ba448168a...
Author: James Hawkins truiken@gmail.com Date: Sat Jan 21 19:21:07 2006 +0100
advpack: Fix the documentation for FileSaveMarkNotExist.
---
dlls/advpack/files.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/advpack/files.c b/dlls/advpack/files.c index f69343a..f5be6b3 100644 --- a/dlls/advpack/files.c +++ b/dlls/advpack/files.c @@ -594,7 +594,7 @@ done: * PARAMS * pszFileList [I] NULL-separated list of filenames. * pszDir [I] Path of the backup directory. - * pszBaseName [I] Basename of the backup files. + * pszBaseName [I] Basename of the INI file. * * RETURNS * Success: S_OK.