Add documentation of DEFINE_ERRLIST.
authorAndre Noll <maan@systemlinux.org>
Tue, 11 Nov 2008 22:39:50 +0000 (23:39 +0100)
committerAndre Noll <maan@systemlinux.org>
Tue, 11 Nov 2008 22:39:50 +0000 (23:39 +0100)
adu.c

diff --git a/adu.c b/adu.c
index f907cf476a9cf7a062623488bb4f8afbc5d29173..b8c7b68f905b2448aa069eb2d6820e029ca42baf 100644 (file)
--- a/adu.c
+++ b/adu.c
@@ -28,6 +28,7 @@
 #include "string.h"
 #include "error.h"
 
 #include "string.h"
 #include "error.h"
 
+/** Define the array of error descriptions. */
 DEFINE_ERRLIST;
 
 /**
 DEFINE_ERRLIST;
 
 /**