wdvi

network DVI viewer
Log | Files | Refs

commit 925545dea6850d60f3c0f8fde68ff36dcc756fdf
parent 82ecfd270f2531f666764de0178afbe5f68c6573
Author: Kyle Milz <krwmilz@gmail.com>
Date:   Sat, 11 Mar 2023 18:13:55 +0000

ansi function signature for color_special()

Diffstat:
Mspecial.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/special.c b/special.c @@ -894,8 +894,7 @@ set_fg_color(const struct rgb *color) } static void -color_special(cp) - const char *cp; +color_special(const char *cp) { if (!resource._use_color) return;