X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fwmnotify.c;h=b767f66078d46b73b2cb5708073de43470985968;hb=8069b799acd017ea32510fb977a7a42f5a747c6c;hp=2ad8615306e255fe404b1ca585b3944610b3d465;hpb=40f6d58d5813d60af3221ef18f17d22268a1acd1;p=dockapps%2Fwmnotify.git diff --git a/src/wmnotify.c b/src/wmnotify.c index 2ad8615..b767f66 100644 --- a/src/wmnotify.c +++ b/src/wmnotify.c @@ -64,7 +64,7 @@ static int double_click_notif; static pthread_t timer_thread; -inline void ErrorLocation(const char *file, int line) +void ErrorLocation(const char *file, int line) { fprintf(stderr, " Error in file \"%s\" at line #%d\n", file, line);