--- old/src/java.desktop/share/native/libmlib_image/mlib_c_ImageLookUp.c 2018-05-02 10:35:03.282696700 +0100 +++ new/src/java.desktop/share/native/libmlib_image/mlib_c_ImageLookUp.c 2018-05-02 10:35:02.171894500 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2003, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 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 @@ -78,7 +78,8 @@ #include "mlib_c_ImageLookUp.h" /***************************************************************/ -JNIEXPORT mlib_status JNICALL mlib_ImageLookUp(mlib_image *dst, +JNIEXPORT +mlib_status mlib_ImageLookUp(mlib_image *dst, const mlib_image *src, const void **table) {