]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add missing variable declaration in the PPC code
authorTerry Wilson <twilson@digium.com>
Tue, 25 Nov 2008 16:23:38 +0000 (16:23 +0000)
committerTerry Wilson <twilson@digium.com>
Tue, 25 Nov 2008 16:23:38 +0000 (16:23 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@159096 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_festival.c

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