From d2275f4abf48cf02bde6742e9c8afb247eb2247a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 18 May 2009 15:42:30 +0000 Subject: chmod +x configure --- colour.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'colour.c') 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 @@ -48,7 +48,6 @@ colour_tostring(u_char c) return (NULL); } -/* String to colour. */ int colour_fromstring(const char *s) { -- cgit