[yast-commit] r67460 - /trunk/s390/src/clients/s390-disk-controller.ycp
Author: aschnell Date: Thu Feb 16 12:12:06 2012 New Revision: 67460 URL: http://svn.opensuse.org/viewcvs/yast?rev=67460&view=rev Log: - removed one of two return statements Modified: trunk/s390/src/clients/s390-disk-controller.ycp Modified: trunk/s390/src/clients/s390-disk-controller.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/s390/src/clients/s390-disk-controller.ycp?rev=67460&r1=67459&r2=67460&view=diff ============================================================================== --- trunk/s390/src/clients/s390-disk-controller.ycp (original) +++ trunk/s390/src/clients/s390-disk-controller.ycp Thu Feb 16 12:12:06 2012 @@ -8,16 +8,9 @@ * * Main file for controller configuration. Uses all other files. */ - { - -/*** - * <h3>Configuration of controller</h3> - */ - textdomain "s390"; -/* The main () */ y2milestone ("----------------------------------------"); y2milestone ("S/390 Controller module started"); @@ -94,15 +87,11 @@ } UI::CloseDialog(); -return ret; y2debug("ret=%1", ret); -/* Finish */ y2milestone("S/390 controller module finished"); y2milestone("----------------------------------------"); return ret; - -/* EOF */ } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
aschnell@svn2.opensuse.org