diff --git a/legacy/evil/src/lib/evil_link_xp.cpp b/legacy/evil/src/lib/evil_link_xp.cpp index aacc1ef8fc..675908f75b 100644 --- a/legacy/evil/src/lib/evil_link_xp.cpp +++ b/legacy/evil/src/lib/evil_link_xp.cpp @@ -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;