From 66f28f8d1a9562cdba6f1611a06f23f13ee15469 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 11 Nov 2008 23:39:50 +0100 Subject: [PATCH 1/1] Add documentation of DEFINE_ERRLIST. --- adu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/adu.c b/adu.c index f907cf4..b8c7b68 100644 --- a/adu.c +++ b/adu.c @@ -28,6 +28,7 @@ #include "string.h" #include "error.h" +/** Define the array of error descriptions. */ DEFINE_ERRLIST; /** -- 2.39.2