diff options
author | Christoph Mallon | 2011-08-07 11:38:42 +0200 |
---|---|---|
committer | Johannes Schickel | 2011-08-07 13:53:33 +0200 |
commit | bf580e6e6b9af3a545dfd7105aa4e5d691443495 (patch) | |
tree | 91f6898f5a2c24b335c5ecf1fdee1edca2ecb1bf /devtools/create_hugo | |
parent | 2c9fdf0df754176a375d5079c7e8578c6701630a (diff) | |
download | scummvm-rg350-bf580e6e6b9af3a545dfd7105aa4e5d691443495.tar.gz scummvm-rg350-bf580e6e6b9af3a545dfd7105aa4e5d691443495.tar.bz2 scummvm-rg350-bf580e6e6b9af3a545dfd7105aa4e5d691443495.zip |
JANITORIAL: Add missing NL at EOF.
Diffstat (limited to 'devtools/create_hugo')
-rw-r--r-- | devtools/create_hugo/dists/msvc10/create_hugo.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/create_hugo/dists/msvc10/create_hugo.vcxproj b/devtools/create_hugo/dists/msvc10/create_hugo.vcxproj index eae5fbc55c..1bc98740a0 100644 --- a/devtools/create_hugo/dists/msvc10/create_hugo.vcxproj +++ b/devtools/create_hugo/dists/msvc10/create_hugo.vcxproj @@ -110,4 +110,4 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project>
\ No newline at end of file +</Project> |