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
# include "config.h"
#endif /* HAVE_CONFIG_H */
@ -25,7 +24,7 @@
int
symlink(const char *oldpath, const char *newpath)
{
char fullname[PATH_MAX];
char fullname[PATH_MAX];
wchar_t *wnewpath;
IShellLink *pISL;
IPersistFile *pIPF;