diff options
author | Lars Müller <lmuelle@samba.org> | 2007-05-14 09:50:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:22:01 -0500 |
commit | ddf25a79f6a47fc3627f0dfdb74f47c0dffb7ff0 (patch) | |
tree | b585e955c8078d80fa6e4b2960e293ea369e1239 /source3 | |
parent | 306c355f2640a332ebddcefa6d59a9b6b7361c49 (diff) | |
download | samba-ddf25a79f6a47fc3627f0dfdb74f47c0dffb7ff0.tar.gz samba-ddf25a79f6a47fc3627f0dfdb74f47c0dffb7ff0.tar.bz2 samba-ddf25a79f6a47fc3627f0dfdb74f47c0dffb7ff0.zip |
r22841: Add comment to endif statement.
(This used to be commit 1351207626ee0f99aef93326ef96bf69651bf472)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/ads.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/ads.h b/source3/include/ads.h index d72c82adb7..201e5bd4a1 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_ */ |