summaryrefslogtreecommitdiff
path: root/apps/app_festival.c
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2008-12-09 20:46:11 +0000
committerJoshua Colp <jcolp@digium.com>2008-12-09 20:46:11 +0000
commit4c1bb21fa1bb3fe89cb9a4d854d518dff4dd17e2 (patch)
tree9c18aea5b190d5b846c3e8a4d11a13257bd35104 /apps/app_festival.c
parent08225b9f7ad10c2b52a5966fe09dde03b2f490cc (diff)
Merged revisions 162273 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r162273 | file | 2008-12-09 16:44:32 -0400 (Tue, 09 Dec 2008) | 4 lines Fix double declaration of 'x' on the PPC platform. (closes issue #14038) Reported by: ffloimair ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@162275 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_festival.c')
-rw-r--r--apps/app_festival.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_festival.c b/apps/app_festival.c
index 4321f5523..2d57a51dc 100644
--- a/apps/app_festival.c
+++ b/apps/app_festival.c
@@ -129,7 +129,6 @@ static int send_waveform_to_fd(char *waveform, int length, int fd)
int res;
#ifdef __PPC__
char c;
- int x;
#endif
res = ast_safe_fork(0);