aboutsummaryrefslogtreecommitdiff
path: root/jutils.c
diff options
context:
space:
mode:
authorTom Gall <tom.gall@linaro.org>2011-07-05 20:54:28 +0000
committerTom Gall <tom.gall@linaro.org>2011-07-05 20:54:28 +0000
commit0c0e874b223e9ccc4a756c471f8792102b2d34a4 (patch)
tree85967f13ba6c0132f6921d5264b1502f193a9b36 /jutils.c
parentca48cf7cf9749a5403386a1e3793a06fa0daf808 (diff)
1.1.1 from upstream at http://sourceforge.net/projects/libjpeg-turbo/
Diffstat (limited to 'jutils.c')
-rw-r--r--jutils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/jutils.c b/jutils.c
index 98b54f5..d18a955 100644
--- a/jutils.c
+++ b/jutils.c
@@ -77,8 +77,8 @@ jdiv_round_up (long a, long b)
}
-GLOBAL(size_t)
-jround_up (size_t a, size_t b)
+GLOBAL(long)
+jround_up (long a, long b)
/* Compute a rounded up to next multiple of b, ie, ceil(a/b)*b */
/* Assumes a >= 0, b > 0 */
{