From: Lars Müller Date: Mon, 14 May 2007 09:50:39 +0000 (+0000) Subject: r22841: Add comment to endif statement. X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=ddf25a79f6a47fc3627f0dfdb74f47c0dffb7ff0;p=abartlet%2Fsamba.git%2F.git r22841: Add comment to endif statement. (This used to be commit 1351207626ee0f99aef93326ef96bf69651bf472) --- 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_ */