From 2c2b2717eb0e8d1831b498043e6995b477747e89 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 1 Sep 2008 21:44:00 +0200 Subject: use gcc malloc attribute macros for internal functions, too --- src/pulse/xmalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pulse/xmalloc.c') diff --git a/src/pulse/xmalloc.c b/src/pulse/xmalloc.c index 71a6847c..c570e40f 100644 --- a/src/pulse/xmalloc.c +++ b/src/pulse/xmalloc.c @@ -46,7 +46,7 @@ static void oom(void) PA_GCC_NORETURN; -/** called in case of an OOM situation. Prints an error message and +/* called in case of an OOM situation. Prints an error message and * exits */ static void oom(void) { static const char e[] = "Not enough memory\n"; -- cgit