From: Lars Müller Date: Mon, 14 May 2007 09:50:39 +0000 (+0000) Subject: r22841: Add comment to endif statement. X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~472 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1351207626ee0f99aef93326ef96bf69651bf472;p=thirdparty%2Fsamba.git r22841: Add comment to endif statement. --- diff --git a/source/include/ads.h b/source/include/ads.h index d72c82adb70..201e5bd4a13 100644 --- a/source/include/ads.h +++ b/source/include/ads.h @@ -328,4 +328,4 @@ typedef struct { int val; int critical; } ads_control; -#endif +#endif /* _INCLUDE_ADS_H_ */