diff options
author | Haibo Huang <hhb@google.com> | 2019-06-10 15:41:45 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-06-10 15:41:45 -0700 |
commit | 54ca51b2ee6da088d5eb1c7ef6430b1c83019977 (patch) | |
tree | 478f3db238be7e08885ac80ac8ef1be9935441bb /contrib/visupng/VisualPng.c | |
parent | d38b284c2743fe6dd42a018ea1fec4910d24e20e (diff) | |
parent | 490afb6c027627b58763a986e1b464d85814080e (diff) |
Merge "Merge tag 'v1.6.37' into HEAD" am: 7794b22253 am: aa0ce810a6
am: 490afb6c02
Change-Id: Iae0f97a038a679d50a719acd9fb9951b53f96a85
Diffstat (limited to 'contrib/visupng/VisualPng.c')
-rw-r--r-- | contrib/visupng/VisualPng.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/visupng/VisualPng.c b/contrib/visupng/VisualPng.c index 20e1625fa..6baa3b663 100644 --- a/contrib/visupng/VisualPng.c +++ b/contrib/visupng/VisualPng.c @@ -716,7 +716,7 @@ BOOL DisplayImage (HWND hwnd, BYTE **ppDib, png_color bkgGray = {127, 127, 127}; png_color bkgWhite = {255, 255, 255}; - /* allocate memory for the Device Independant bitmap */ + /* allocate memory for the Device Independent bitmap */ wDIRowBytes = (WORD) ((3 * cxWinSize + 3L) >> 2) << 2; |