mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -05:00
fix two gcc 2.95 incompatibilities
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@207 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
daf3938a9e
commit
19294e4b38
2 changed files with 5 additions and 4 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue