X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=13f4f7c4749b9176041eea6a15ed168537b5bf3a;hp=c28a25a39bf7da44bfb20d330765912d8912ba6b;hb=3a6b996d8b39fdc067df352d1eee757ef2a8f49b;hpb=97ad8ac8735dfd7a514aa66e9de54f253440c17d 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}