From f70ef86dfa262f134df5f683d02d998516b78c7c Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Mon, 2 Dec 2013 19:23:06 +0100 Subject: [PATCH] help.cpp: add a missing con_fg() call. --- src/help.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/help.cpp b/src/help.cpp index c797b76b..66526842 100644 --- a/src/help.cpp +++ b/src/help.cpp @@ -290,6 +290,7 @@ void show_help(int verbose) " --strip-relocs=0 do not strip relocations\n" " --strip-relocs=1 strip relocations [default]\n" "\n"); + fg = con_fg(f,FG_YELLOW); con_fprintf(f,"Options for linux/elf:\n"); fg = con_fg(f,fg); con_fprintf(f,