Skip to content

Commit

Permalink
Merge "Explain a #include of private zlib API."
Browse files Browse the repository at this point in the history
  • Loading branch information
enh-google authored and Android (Google) Code Review committed May 12, 2012
2 parents 811320d + 17e2f4b commit a9f768f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luni/src/main/native/zip.h
Expand Up @@ -23,7 +23,7 @@
#include "UniquePtr.h"
#include "jni.h"
#include "zlib.h"
#include "zutil.h"
#include "zutil.h" // For DEF_WBITS and DEF_MEM_LEVEL.

static void throwExceptionForZlibError(JNIEnv* env, const char* exceptionClassName, int error) {
if (error == Z_MEM_ERROR) {
Expand Down

0 comments on commit a9f768f

Please sign in to comment.