]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix double declaration of 'x' on the PPC platform.
authorJoshua Colp <jcolp@digium.com>
Tue, 9 Dec 2008 20:44:32 +0000 (20:44 +0000)
committerJoshua Colp <jcolp@digium.com>
Tue, 9 Dec 2008 20:44:32 +0000 (20:44 +0000)
(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

index 8251e8cffd05323e11e27c79b66210cecc236ad4..ab05824f58da4b04c2122c58a36eadb6e79ec14e 100644 (file)
@@ -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;