aboutsummaryrefslogtreecommitdiff
path: root/backend/ninja/Ninja.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2017-12-28 17:14:04 +0100
committerdec05eba <dec05eba@protonmail.com>2017-12-28 17:15:53 +0100
commit22d522f6cd09e2c5f1678a0479be5dc19ca1eb15 (patch)
tree0cb6fc7733e8d4ccc9e67724e7fc2be56b2ae9fb /backend/ninja/Ninja.cpp
parent1f583ebb6e3973c992d59886659bf53ff87f41de (diff)
Replace cmake with sibs. Sibs builds itself now
If you dont already have sibs to build sibs, download first release: https://github.com/DEC05EBA/sibs/archive/0.1.0.tar.gz Then you can install new version of sibs
Diffstat (limited to 'backend/ninja/Ninja.cpp')
-rw-r--r--backend/ninja/Ninja.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/ninja/Ninja.cpp b/backend/ninja/Ninja.cpp
index ddc20dd..43ded44 100644
--- a/backend/ninja/Ninja.cpp
+++ b/backend/ninja/Ninja.cpp
@@ -30,7 +30,7 @@ namespace backend
i = 0;
for(const string &str : list)
{
- if(i > 0);
+ if(i > 0)
result += joinStr;
result += str;
++i;