--- old/src/java.desktop/share/native/libmlib_image/mlib_ImageAffine.c 2018-05-02 10:34:40.425563500 +0100 +++ new/src/java.desktop/share/native/libmlib_image/mlib_ImageAffine.c 2018-05-02 10:34:39.123598600 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -299,7 +299,8 @@ } /***************************************************************/ -JNIEXPORT mlib_status JNICALL mlib_ImageAffine(mlib_image *dst, +JNIEXPORT +mlib_status mlib_ImageAffine(mlib_image *dst, const mlib_image *src, const mlib_d64 *mtx, mlib_filter filter,