Fix compiler warning about inline function
[dockapps/wmnotify.git] / src / common.h
index b1517f2..24b8790 100644 (file)
@@ -35,7 +35,7 @@
 #define STREQ_LEN(a, b, c) (strncmp((a), (b), (c)) == 0)
 
 
-inline void ErrorLocation(const char *file, int line);
+void ErrorLocation(const char *file, int line);
 
          /*@out@*//*@only@ */
 void *xmalloc(size_t size, const char *filename, int line_number);