From 7602c99e779fd4bbed9e108d531308e9917427da Mon Sep 17 00:00:00 2001 From: Jorge Rodriguez Date: Mon, 15 Sep 2014 11:29:40 -0700 Subject: [PATCH] Quick formatting fix. --- stb_image_resize.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stb_image_resize.h b/stb_image_resize.h index 4d52b5a..5197129 100644 --- a/stb_image_resize.h +++ b/stb_image_resize.h @@ -17,12 +17,12 @@ stbir_resize_float(...) stbir_resize_uint8_srgb( input_pixels , in_w , in_h , 0, output_pixels, out_w, out_h, 0, - num_channels , alpha_ chan , 0) + num_channels , alpha_chan , 0) stbir_resize_uint8_srgb_edgemode( input_pixels , in_w , in_h , 0, output_pixels, out_w, out_h, 0, - num_channels , alpha_chan , 0, STBIR_EDGE_CLAMP) - WRAP/REFLECT/ZERO + num_channels , alpha_chan , 0, STBIR_EDGE_CLAMP) + WRAP/REFLECT/ZERO FULL API See the "header file" section of the source for API documentation.