libdrawtext

diff src/drawtext_impl.h @ 20:c091833c2354

merged
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 18 Mar 2013 06:06:26 +0200
parents 55c034e70809
children 670d0affc08f
line diff
     1.1 --- a/src/drawtext_impl.h	Mon Aug 27 05:04:19 2012 +0300
     1.2 +++ b/src/drawtext_impl.h	Mon Mar 18 06:06:26 2013 +0200
     1.3 @@ -61,7 +61,7 @@
     1.4  
     1.5  
     1.6  #define fperror(str) \
     1.7 -	fprintf(stderr, "%s: %s: %s\n", __func__, (str), strerror(errno))
     1.8 +	fprintf(stderr, "%s: %s: %s\n", __FUNCTION__, (str), strerror(errno))
     1.9  
    1.10  int dtx_gl_init(void);
    1.11