X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=13f4f7c4749b9176041eea6a15ed168537b5bf3a;hb=b52960c3c1419f0c9198e29425d25eb69bdd3fa4;hp=8bc87335d7df56a13780fc51a65a7206d9db4619;hpb=751fface082c907983978023bdcb43540a462192;p=paraslash.git diff --git a/error.h b/error.h index 8bc87335..13f4f7c4 100644 --- a/error.h +++ b/error.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2014 Andre Noll + * Copyright (C) 2006-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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}