diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-17 10:00:48 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-17 10:00:48 +0000 |
| commit | c1ba58ff2b09604bd03d15a844fb5c09e2e38ef6 (patch) | |
| tree | d48b8f5f4c81e26e8dbb6597554286f1d6d53d3a /msgbox.c | |
| parent | 5f120a342bce9d4f0afede0510bdd9adc5bcc061 (diff) | |
Diffstat (limited to 'msgbox.c')
| -rw-r--r-- | msgbox.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/msgbox.c b/msgbox.c index 135320913a7dc..16e20d2625599 100644 --- a/msgbox.c +++ b/msgbox.c @@ -1,5 +1,5 @@ /* - * $Id: msgbox.c,v 1.74 2012/07/06 16:53:53 tom Exp $ + * $Id: msgbox.c,v 1.75 2012/12/01 01:48:08 tom Exp $ * * msgbox.c -- implements the message box and info box * @@ -100,7 +100,7 @@ dialog_msgbox(const char *title, const char *cprompt, int height, int width, dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr); dlg_draw_title(dialog, title); - wattrset(dialog, dialog_attr); + (void) wattrset(dialog, dialog_attr); if (pauseopt) { dlg_draw_bottom_box2(dialog, border_attr, border2_attr, dialog_attr); |
