From: <arc...@us...> - 2013-02-15 00:44:16
|
Revision: 634 http://sourceforge.net/p/sipp/code/634 Author: arcady-91 Date: 2013-02-15 00:44:13 +0000 (Fri, 15 Feb 2013) Log Message: ----------- Fixed syntax error in xp_parser.c Modified Paths: -------------- sipp/trunk/xp_parser.c Modified: sipp/trunk/xp_parser.c =================================================================== --- sipp/trunk/xp_parser.c 2013-02-15 00:44:07 UTC (rev 633) +++ sipp/trunk/xp_parser.c 2013-02-15 00:44:13 UTC (rev 634) @@ -189,7 +189,7 @@ xp_file[index++] = 0; xp_stack = 0; xp_position[xp_stack] = xp_file; - fclose(f) + fclose(f); return 0; } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |