From ddf25a79f6a47fc3627f0dfdb74f47c0dffb7ff0 Mon Sep 17 00:00:00 2001 From: Lars Müller Date: Mon, 14 May 2007 09:50:39 +0000 Subject: r22841: Add comment to endif statement. (This used to be commit 1351207626ee0f99aef93326ef96bf69651bf472) --- source3/include/ads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/include/ads.h b/source3/include/ads.h index d72c82adb70..201e5bd4a13 100644 --- a/source3/include/ads.h +++ b/source3/include/ads.h @@ -328,4 +328,4 @@ typedef struct { int val; int critical; } ads_control; -#endif +#endif /* _INCLUDE_ADS_H_ */ -- cgit