From 43cf7a1be30908a6a702100de33b83e1484b937e Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 14 Jul 2005 18:31:45 +0000 Subject: [PATCH] prototype fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2857 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proto.h b/src/proto.h index a8e4f005..8d8ad854 100644 --- a/src/proto.h +++ b/src/proto.h @@ -211,7 +211,7 @@ bool is_valid_mbstring(const char *s); #ifdef ENABLE_COLOR void set_colorpairs(void); void color_init(void); -void update_color(void); +void color_update(void); #endif /* ENABLE_COLOR */ /* Public functions in cut.c. */