Commit 49d28713 authored by David Benjamin's avatar David Benjamin Committed by android-build-merger
Browse files

Merge "Fix trivial warning in jpegutil.h."

am: f16c21a4

Change-Id: I2d730fbb2f21b8964b05e5ef79e2367cc95319be
parents 2c235f75 f16c21a4
......@@ -29,7 +29,7 @@
namespace jpegutil {
class Transform;
class Plane;
struct Plane;
inline int sgn(int val) { return (0 < val) - (val < 0); }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment