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