deps/jpeg-6b -> jpeg-9a
[sdk] / deps / jpeg-9a / jerror.c
similarity index 99%
rename from deps/jpeg-6b/jerror.c
rename to deps/jpeg-9a/jerror.c
index 3da7be8..8c0b9e0 100644 (file)
@@ -2,6 +2,7 @@
  * jerror.c
  *
  * Copyright (C) 1991-1998, Thomas G. Lane.
+ * Modified 2012 by Guido Vollbeding.
  * This file is part of the Independent JPEG Group's software.
  * For conditions of distribution and use, see the accompanying README file.
  *
@@ -66,7 +67,7 @@ const char * const jpeg_std_message_table[] = {
  * or jpeg_destroy) at some point.
  */
 
-METHODDEF(void)
+METHODDEF(noreturn_t)
 error_exit (j_common_ptr cinfo)
 {
   /* Always display the message */