]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
error.h: Trivial typo and whitespace cleanups.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 22 Dec 2014 00:56:46 +0000 (00:56 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 11 Jan 2015 15:11:38 +0000 (16:11 +0100)
error.h

diff --git a/error.h b/error.h
index c28a25a39bf7da44bfb20d330765912d8912ba6b..13f4f7c4749b9176041eea6a15ed168537b5bf3a 100644 (file)
--- 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}