fix typo in symlink (win32)

SVN revision: 33469
This commit is contained in:
doursse 2008-01-13 09:09:42 +00:00 committed by doursse
parent 4113d5befa
commit 33d11c8035
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ main_help(void)
#ifdef _WIN32 #ifdef _WIN32
int int
symlink (const char *oldpath, const char newpath) symlink (const char *oldpath, const char *newpath)
{ {
IShellLink *pISL; IShellLink *pISL;
IPersistFile *pIPF; IPersistFile *pIPF;