summaryrefslogtreecommitdiffstats
path: root/colour.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-05-18 15:42:30 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-05-18 15:42:30 +0000
commitd2275f4abf48cf02bde6742e9c8afb247eb2247a (patch)
tree54516bdb85641d7877a8cedd4a6139821ea3d943 /colour.c
parent0c33b73db0266f03271340596806423a9ecad66e (diff)
chmod +x configure
Diffstat (limited to 'colour.c')
-rw-r--r--colour.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/colour.c b/colour.c
index f825c4a9..2509a769 100644
--- a/colour.c
+++ b/colour.c
@@ -1,4 +1,4 @@
-/* $Id: colour.c,v 1.5 2009-03-07 10:29:06 nicm Exp $ */
+/* $Id: colour.c,v 1.6 2009-05-18 15:42:30 nicm Exp $ */
/*
* Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -48,7 +48,6 @@ colour_tostring(u_char c)
return (NULL);
}
-/* String to colour. */
int
colour_fromstring(const char *s)
{