whitespaces--

SVN revision: 74212
This commit is contained in:
Vincent Torri 2012-07-20 07:38:40 +00:00
parent d8a799003c
commit 948f817752
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "config.h" # include "config.h"
#endif /* HAVE_CONFIG_H */ #endif /* HAVE_CONFIG_H */
@ -25,7 +24,7 @@
int int
symlink(const char *oldpath, const char *newpath) symlink(const char *oldpath, const char *newpath)
{ {
char fullname[PATH_MAX]; char fullname[PATH_MAX];
wchar_t *wnewpath; wchar_t *wnewpath;
IShellLink *pISL; IShellLink *pISL;
IPersistFile *pIPF; IPersistFile *pIPF;