From 6fdd005b5c0a19960bf06ab2779007569203fd94 Mon Sep 17 00:00:00 2001 From: Keith Lazuka Date: Wed, 9 Sep 2009 16:46:05 -0400 Subject: [PATCH] prettyprint.stylesheet: fixed an error found by help-lint --- basis/prettyprint/stylesheet/stylesheet.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/prettyprint/stylesheet/stylesheet.factor b/basis/prettyprint/stylesheet/stylesheet.factor index eaed7cba0c..f04893fab3 100644 --- a/basis/prettyprint/stylesheet/stylesheet.factor +++ b/basis/prettyprint/stylesheet/stylesheet.factor @@ -31,7 +31,7 @@ PRIVATE> ] bind ] keep ; -: string-style ( obj -- style ) +: string-style ( str -- style ) [ presented set COLOR: LightSalmon4 foreground set