aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Compressor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Support/Compressor.cpp')
-rw-r--r--lib/Support/Compressor.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Support/Compressor.cpp b/lib/Support/Compressor.cpp
index 7396d4ad25..d2dc5e50ab 100644
--- a/lib/Support/Compressor.cpp
+++ b/lib/Support/Compressor.cpp
@@ -37,7 +37,8 @@ static int getdata(char*& buffer, size_t &size,
}
static int getdata_uns(char*& buffer, unsigned &size,
- llvm::Compressor::OutputDataCallback* cb, void* context) {
+ llvm::Compressor::OutputDataCallback* cb, void* context)
+{
size_t SizeOut;
int Res = getdata(buffer, SizeOut, cb, context);
size = SizeOut;