From cd15e6156e2c86dc13f28f31da59b58df7a1966e Mon Sep 17 00:00:00 2001 From: file Date: Tue, 23 Jan 2007 00:11:32 +0000 Subject: Cosmetic changes. Make main source files better conform to coding guidelines and standards. (issue #8679 reported by johann8384) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@51486 f38db490-d61c-443f-a65b-d21fe96a405b --- main/image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/image.c') diff --git a/main/image.c b/main/image.c index a22da36ea..3a25f5c33 100644 --- a/main/image.c +++ b/main/image.c @@ -128,7 +128,7 @@ struct ast_frame *ast_read_image(char *filename, const char *preflang, int forma ast_copy_string(tmp, i->exts, sizeof(tmp)); stringp=tmp; e = strsep(&stringp, "|"); - while(e) { + while (e) { make_filename(buf, sizeof(buf), filename, preflang, e); if ((len = file_exists(buf))) { found = i; -- cgit v1.2.3