X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fcommon.h;h=0b16fe46b60cde90d13eae53d9b4116a5e88443b;hb=a6c4c0c8d8224cdc455f0d184e91d0cf881f0077;hp=a460d27a405bbcdd8780b04820b84c9002123a35;hpb=36eddd2c06ce9b09c83102353deb213e065e901d;p=dockapps%2Fwmnotify.git diff --git a/src/common.h b/src/common.h index a460d27..0b16fe4 100644 --- a/src/common.h +++ b/src/common.h @@ -47,12 +47,10 @@ #define STREQ_LEN(a, b, c) (strncmp((a), (b), (c)) == 0) -inline void -ErrorLocation( const char *file, int line ); +inline void ErrorLocation(const char *file, int line); -/*@out@*/ /*@only@*/ -void * -xmalloc( size_t size, const char *filename, int line_number ); + /*@out@*//*@only@ */ +void *xmalloc(size_t size, const char *filename, int line_number); -#endif /* COMMON_H */ +#endif /* COMMON_H */