summaryrefslogtreecommitdiff
path: root/slinfactory.c
diff options
context:
space:
mode:
Diffstat (limited to 'slinfactory.c')
-rw-r--r--slinfactory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/slinfactory.c b/slinfactory.c
index 21dcdd067..56731266e 100644
--- a/slinfactory.c
+++ b/slinfactory.c
@@ -88,7 +88,7 @@ int ast_slinfactory_feed(struct ast_slinfactory *sf, struct ast_frame *f)
if (frame) {
int x = 0;
- for (frame_ptr = sf->queue; frame_ptr && frame_ptr->next; frame_ptr=frame_ptr->next) {
+ for (frame_ptr = sf->queue; frame_ptr && frame_ptr->next; frame_ptr = frame_ptr->next) {
x++;
}
if (frame_ptr) {