Fix a comment.

This commit is contained in:
Lasse Collin 2009-05-22 14:27:40 +03:00
parent 4dd21d23f2
commit b4f92f522d
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ enum exit_status_type {
/// Sets the exit status after a warning or error has occurred. If new_status /// Sets the exit status after a warning or error has occurred. If new_status
/// is EX_WARNING and the old exit status was already EX_ERROR, the exit /// is E_WARNING and the old exit status was already E_ERROR, the exit
/// status is not changed. /// status is not changed.
extern void set_exit_status(enum exit_status_type new_status); extern void set_exit_status(enum exit_status_type new_status);