diff options
author | Johannes Schickel | 2016-03-24 01:26:05 +0100 |
---|---|---|
committer | Johannes Schickel | 2016-03-24 01:26:05 +0100 |
commit | 567a6b4712426958249c5686d3d4fb7ddbb8e3cc (patch) | |
tree | 72893155d4d1345cb4bc06eb8decc28974c288c9 /devtools | |
parent | 184a448bb6f801223b2325205227063a7d754810 (diff) | |
download | scummvm-rg350-567a6b4712426958249c5686d3d4fb7ddbb8e3cc.tar.gz scummvm-rg350-567a6b4712426958249c5686d3d4fb7ddbb8e3cc.tar.bz2 scummvm-rg350-567a6b4712426958249c5686d3d4fb7ddbb8e3cc.zip |
DEVTOOLS: Slight formatting fix.
Diffstat (limited to 'devtools')
-rw-r--r-- | devtools/create_project/create_project.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/create_project/create_project.h b/devtools/create_project/create_project.h index fb207f3f59..0211f88711 100644 --- a/devtools/create_project/create_project.h +++ b/devtools/create_project/create_project.h @@ -229,7 +229,7 @@ struct BuildSetup { StringList testDirs; ///< List of all folders containing tests bool devTools; ///< Generate project files for the tools - bool tests; ///< Generate project files for the tests + bool tests; ///< Generate project files for the tests bool runBuildEvents; ///< Run build events as part of the build (generate revision number and copy engine/theme data & needed files to the build folder bool createInstaller; ///< Create NSIS installer after the build |