diff options
Diffstat (limited to 'cpp/src/slice2php/Main.cpp')
-rw-r--r-- | cpp/src/slice2php/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2php/Main.cpp b/cpp/src/slice2php/Main.cpp index 67f1e093936..f3dd46e1df5 100644 --- a/cpp/src/slice2php/Main.cpp +++ b/cpp/src/slice2php/Main.cpp @@ -883,7 +883,7 @@ CodeVisitor::visitStructStart(const StructPtr& p) { if(r != memberList.begin()) { - _out << ", "; + _out << ","; } _out.inc(); _out << nl << "array('" << r->fixedName << "', "; |