diff options
Diffstat (limited to 'src/libeinfo')
-rw-r--r-- | src/libeinfo/einfo.h | 2 | ||||
-rw-r--r-- | src/libeinfo/libeinfo.c | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/libeinfo/einfo.h b/src/libeinfo/einfo.h index 2720e458..ca2487b4 100644 --- a/src/libeinfo/einfo.h +++ b/src/libeinfo/einfo.h @@ -1,4 +1,4 @@ -/* +/* * Copyright 2007 Roy Marples * All rights reserved diff --git a/src/libeinfo/libeinfo.c b/src/libeinfo/libeinfo.c index 50d84c60..8f1b73f6 100644 --- a/src/libeinfo/libeinfo.c +++ b/src/libeinfo/libeinfo.c @@ -3,7 +3,7 @@ Informational functions */ -/* +/* * Copyright 2007-2008 Roy Marples * All rights reserved @@ -91,7 +91,7 @@ hidden_proto(ewendv) #define INDENT_MAX 40 /* Default colours */ -#define GOOD 2 +#define GOOD 2 #define WARN 3 #define BAD 1 #define HILITE 6 @@ -141,7 +141,7 @@ static char *goto_column = NULL; static const char *term = NULL; static bool term_is_cons25 = false; -/* Termcap buffers and pointers +/* Termcap buffers and pointers * Static buffers suck hard, but some termcap implementations require them */ #ifdef HAVE_TERMCAP static char termcapbuf[2048]; |