From 7eeb7f7493bb0a1b732fa8b3bf88093b59b5553c Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Tue, 9 Dec 2008 20:44:32 +0000 Subject: [PATCH] Fix double declaration of 'x' on the PPC platform. (closes issue #14038) Reported by: ffloimair git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@162273 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_festival.c | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/app_festival.c b/apps/app_festival.c index 8251e8cffd..ab05824f58 100644 --- a/apps/app_festival.c +++ b/apps/app_festival.c @@ -130,7 +130,6 @@ static int send_waveform_to_fd(char *waveform, int length, int fd) { int x; #ifdef __PPC__ char c; - int x; #endif sigset_t fullset, oldset; -- 2.47.3