From 71929f2e901067bf1c8d9693ab27ef844d37b148 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 22 Dec 2014 00:56:46 +0000 Subject: [PATCH] error.h: Trivial typo and whitespace cleanups. --- error.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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} -- 2.39.2