aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_sayunixtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_sayunixtime.c')
-rwxr-xr-xapps/app_sayunixtime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_sayunixtime.c b/apps/app_sayunixtime.c
index 2419ce53c..bfefad3d7 100755
--- a/apps/app_sayunixtime.c
+++ b/apps/app_sayunixtime.c
@@ -76,9 +76,9 @@ static int sayunixtime_exec(struct ast_channel *chan, void *data)
if (s) {
format = s;
}
- } else {
- ast_log(LOG_ERROR, "Out of memory error\n");
}
+ } else {
+ ast_log(LOG_ERROR, "Out of memory error\n");
}
}