chmod +x configure

This commit is contained in:
Nicholas Marriott
2009-05-18 15:42:30 +00:00
parent 0c33b73db0
commit d2275f4abf
2 changed files with 3 additions and 3 deletions

View File

@ -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)
{