aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_ael.c
diff options
context:
space:
mode:
Diffstat (limited to 'pbx/pbx_ael.c')
-rwxr-xr-xpbx/pbx_ael.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/pbx_ael.c b/pbx/pbx_ael.c
index e422e9b1a..19fcc5dae 100755
--- a/pbx/pbx_ael.c
+++ b/pbx/pbx_ael.c
@@ -31,7 +31,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
struct stringlink {
struct stringlink *next;
- unsigned char data[0];
+ char data[0];
};
#define FILLIN_BREAK 1