summaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-04-18 19:31:50 +0000
committerLennart Poettering <lennart@poettering.net>2006-04-18 19:31:50 +0000
commit746adcfed5dc396bc4820724b2e951369fc63aeb (patch)
treeb6985d36881b2155863e1e80379687c06973c3d9 /src/utils
parent60008cb1154696a875e69b7bcb739bc9f85ed378 (diff)
fix a couple of issues I found when compiling polypaudio with gcc 2.95
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@754 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/pacmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/pacmd.c b/src/utils/pacmd.c
index a71e0e93..e640ddaf 100644
--- a/src/utils/pacmd.c
+++ b/src/utils/pacmd.c
@@ -36,7 +36,7 @@
#include <polypcore/log.h>
#include <polypcore/pid.h>
-int main(PA_GCC_UNUSED int main, PA_GCC_UNUSED char*argv[]) {
+int main(PA_GCC_UNUSED int argc, PA_GCC_UNUSED char*argv[]) {
pid_t pid ;
int fd = -1;
int ret = 1, i;