Index: app_sayunixtime.c =================================================================== RCS file: /usr/cvsroot/asterisk/apps/app_sayunixtime.c,v retrieving revision 1.4 diff -c -r1.4 app_sayunixtime.c *** app_sayunixtime.c 21 Nov 2003 05:26:39 -0000 1.4 --- app_sayunixtime.c 5 Dec 2003 17:21:26 -0000 *************** *** 76,84 **** if (s) { format = s; } - } else { - ast_log(LOG_ERROR, "Out of memory error\n"); } } } --- 76,84 ---- if (s) { format = s; } } + } else { + ast_log(LOG_ERROR, "Out of memory error\n"); } }