]> code.delx.au - gnu-emacs/blobdiff - lib/memrchr.c
* src/macfont.m (mac_font_shape): Make sure that total_advance is increasing.
[gnu-emacs] / lib / memrchr.c
index 3827208d800df0d0523ba0ff36bea4f786192436..e6212e5c4f8ba9b06cf2f54865cccc51370b26a6 100644 (file)
@@ -1,6 +1,6 @@
 /* memrchr -- find the last occurrence of a byte in a memory block
 
-   Copyright (C) 1991, 1993, 1996-1997, 1999-2000, 2003-2015 Free Software
+   Copyright (C) 1991, 1993, 1996-1997, 1999-2000, 2003-2016 Free Software
    Foundation, Inc.
 
    Based on strlen implementation by Torbjorn Granlund (tege@sics.se),