libdrawtext

diff src/drawtext_impl.h @ 51:670d0affc08f

fixed bad commit
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 30 Oct 2015 06:30:17 +0200
parents baec6ad7b2dd
children
line diff
     1.1 --- a/src/drawtext_impl.h	Fri Oct 30 06:26:15 2015 +0200
     1.2 +++ b/src/drawtext_impl.h	Fri Oct 30 06:30:17 2015 +0200
     1.3 @@ -61,7 +61,7 @@
     1.4  
     1.5  
     1.6  #define fperror(str) \
     1.7 -	fprintf(stderr, "%s: %s: %s\n", __FUNCTION__, (str), strerror(errno))
     1.8 +	fprintf(stderr, "%s: %s: %s\n", __func__, (str), strerror(errno))
     1.9  
    1.10  int dtx_gl_init(void);
    1.11