From 19294e4b388571ba45162b3704f8aacd38e72158 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 16 Sep 2004 22:44:40 +0000 Subject: fix two gcc 2.95 incompatibilities git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@207 fefdeb5f-60dc-0310-8127-8f9354f1896f --- polyp/dumpmodules.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'polyp') diff --git a/polyp/dumpmodules.c b/polyp/dumpmodules.c index 9ed89692..ae42d36e 100644 --- a/polyp/dumpmodules.c +++ b/polyp/dumpmodules.c @@ -40,8 +40,8 @@ static void short_info(const char *name, const char *path, struct pa_modinfo *i) } static void long_info(const char *name, const char *path, struct pa_modinfo *i) { - assert(name && i); static int nl = 0; + assert(name && i); if (nl) printf("\n"); -- cgit