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