summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuildtojson/gbuildtojson.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuildtojson/gbuildtojson.cxx b/solenv/gbuildtojson/gbuildtojson.cxx
index 6b3367dea6e2..96d38eaafccd 100644
--- a/solenv/gbuildtojson/gbuildtojson.cxx
+++ b/solenv/gbuildtojson/gbuildtojson.cxx
@@ -75,7 +75,7 @@ int main(int argc, char** argv)
if(first)
first =false;
else
- cout << ", ";
+ cout << "," << endl;
string varupper(varandfile.first);
for(auto& c : varupper)
if(c != '_')