summaryrefslogtreecommitdiff
path: root/cpp/src/slice2freezej/Main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2freezej/Main.cpp')
-rwxr-xr-xcpp/src/slice2freezej/Main.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/src/slice2freezej/Main.cpp b/cpp/src/slice2freezej/Main.cpp
index 626ddf3a044..73b9453d3e8 100755
--- a/cpp/src/slice2freezej/Main.cpp
+++ b/cpp/src/slice2freezej/Main.cpp
@@ -1835,11 +1835,6 @@ compile(int argc, char* argv[])
}
}
- if(dependxml)
- {
- cout << "</dependencies>\n";
- }
-
{
IceUtilInternal::MutexPtrLock<IceUtil::Mutex> sync(mutex);
@@ -1849,6 +1844,11 @@ compile(int argc, char* argv[])
}
}
}
+
+ if(dependxml)
+ {
+ cout << "</dependencies>\n";
+ }
if(depend || dependxml)
{