summaryrefslogtreecommitdiffstats
path: root/src/pulse/xmalloc.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-09-01 21:44:00 +0200
committerLennart Poettering <lennart@poettering.net>2008-09-01 21:44:00 +0200
commit2c2b2717eb0e8d1831b498043e6995b477747e89 (patch)
treedbd3f1c43ef41e87dc1802e1becd1f76d69e567a /src/pulse/xmalloc.c
parent5467cc390d303028dc448a2f16df9d99b29f61a1 (diff)
use gcc malloc attribute macros for internal functions, too
Diffstat (limited to 'src/pulse/xmalloc.c')
-rw-r--r--src/pulse/xmalloc.c2
1 files changed, 1 insertions, 1 deletions
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";