From: Andre Noll Date: Mon, 22 Dec 2014 00:56:46 +0000 (+0000) Subject: error.h: Trivial typo and whitespace cleanups. X-Git-Tag: v0.5.4~36 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=71929f2e901067bf1c8d9693ab27ef844d37b148 error.h: Trivial typo and whitespace cleanups. --- diff --git a/error.h b/error.h index c28a25a3..13f4f7c4 100644 --- a/error.h +++ b/error.h @@ -628,9 +628,9 @@ _static_inline_ int osl(int ret) /** * Define the error list for one subsystem. - # - * The first entry (index 0) is always the name of the subsystem - * Used by macros in config.h (generated by configure). + * + * The first entry (index 0) is always the name of the subsystem. Used by + * macros in config.h (generated by configure). */ #define DEFINE_ERRLIST(ss) const char * ss ## _ERRLIST[] = {#ss, ss ## _ERRORS}