From: Florian G. <re...@us...> - 2009-07-16 14:41:36
|
Update of /cvsroot/perfparse/_perfparse/libpp_mysql In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5414 Modified Files: del_policy.c Log Message: missing break Index: del_policy.c =================================================================== RCS file: /cvsroot/perfparse/_perfparse/libpp_mysql/del_policy.c,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** del_policy.c 24 Apr 2008 22:29:09 -0000 1.12 --- del_policy.c 16 Jul 2009 14:41:32 -0000 1.13 *************** *** 537,540 **** --- 537,541 ---- case DEL_POLICY_SOURCE_DEFAULT: pp_log_fl(LOG_INFO,_("default setting.\n")); + break; default: pp_log_fl(LOG_FATAL,_("This is a error. This line should not be executed.\n")); |