2011-03-02 Michael Snyder <msnyder@vmware.com>
* cli/cli-script.c (script_from_file): Add break for lint.
This commit is contained in:
parent
e531b607df
commit
10dd8b5466
2 changed files with 3 additions and 0 deletions
|
@ -1641,6 +1641,7 @@ script_from_file (FILE *stream, const char *file)
|
|||
throw_error (e.error,
|
||||
_("%s:%d: Error in sourced command file:\n%s"),
|
||||
source_file_name, source_line_number, e.message);
|
||||
break; /* lint */
|
||||
default:
|
||||
internal_error (__FILE__, __LINE__, _("bad reason"));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue