summaryrefslogtreecommitdiff
path: root/beecrypt/beecrypt.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-10-16 14:58:57 +0000
committerjbj <devnull@localhost>2001-10-16 14:58:57 +0000
commit9f45bcd3ecf3f3548ed7a8490b882a6ca9ffeb94 (patch)
tree65c941cf8e72c29c2d63822cd98aec4db0967afc /beecrypt/beecrypt.c
parentcafccc00586497bdc9c5a4c12b19709fbd417976 (diff)
downloadrpm-9f45bcd3ecf3f3548ed7a8490b882a6ca9ffeb94.tar.gz
More lclint annotations.
CVS patchset: 5116 CVS date: 2001/10/16 14:58:57
Diffstat (limited to 'beecrypt/beecrypt.c')
-rw-r--r--beecrypt/beecrypt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/beecrypt/beecrypt.c b/beecrypt/beecrypt.c
index d28762840..c888cfa2a 100644
--- a/beecrypt/beecrypt.c
+++ b/beecrypt/beecrypt.c
@@ -1,3 +1,4 @@
+/*@-sizeoftype@*/
/**
* \file beecrypt.c
*
@@ -846,3 +847,4 @@ BOOL WINAPI DllMain(HINSTANCE hInst, DWORD wDataSeg, LPVOID lpReserved)
return TRUE;
}
#endif
+/*@=sizeoftype@*/