diff options
Diffstat (limited to 'lib/output.h')
| -rw-r--r-- | lib/output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/output.h b/lib/output.h index b9cdb07d..37486925 100644 --- a/lib/output.h +++ b/lib/output.h | |||
| @@ -65,7 +65,7 @@ mp_output_detail_level mp_get_level_of_detail(void); | |||
| 65 | */ | 65 | */ |
| 66 | typedef struct mp_check mp_check; | 66 | typedef struct mp_check mp_check; |
| 67 | struct mp_check { | 67 | struct mp_check { |
| 68 | char *summary; // Overall summary, if not set a summary will be automatically generated | 68 | char *summary; // Overall summary, if not set a summary will be automatically generated |
| 69 | char *ok_summary; // (optional) Summary if the overall state is OK | 69 | char *ok_summary; // (optional) Summary if the overall state is OK |
| 70 | mp_subcheck_list *subchecks; | 70 | mp_subcheck_list *subchecks; |
| 71 | 71 | ||
