istereo2

diff libs/drawtext/drawtext_impl.h @ 9:64e15874f3bd

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 26 Sep 2015 02:56:07 +0300
parents a3c4fcc9f8f3
children
line diff
     1.1 --- a/libs/drawtext/drawtext_impl.h	Thu Sep 24 07:09:37 2015 +0300
     1.2 +++ b/libs/drawtext/drawtext_impl.h	Sat Sep 26 02:56:07 2015 +0300
     1.3 @@ -1,6 +1,6 @@
     1.4  /*
     1.5  libdrawtext - a simple library for fast text rendering in OpenGL
     1.6 -Copyright (C) 2011-2012  John Tsiombikas <nuclear@member.fsf.org>
     1.7 +Copyright (C) 2011-2015  John Tsiombikas <nuclear@member.fsf.org>
     1.8  
     1.9  This program is free software: you can redistribute it and/or modify
    1.10  it under the terms of the GNU Lesser General Public License as published by
    1.11 @@ -62,7 +62,7 @@
    1.12  
    1.13  
    1.14  #define fperror(str) \
    1.15 -	fprintf(stderr, "%s: %s: %s\n", __FUNCTION__, (str), strerror(errno))
    1.16 +	fprintf(stderr, "%s: %s: %s\n", __func__, (str), strerror(errno))
    1.17  
    1.18  int dtx_gl_init(void);
    1.19