summaryrefslogtreecommitdiff
path: root/beecrypt/mp32number.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-09-23 15:47:37 +0000
committerjbj <devnull@localhost>2001-09-23 15:47:37 +0000
commit039162ac61254a49feffa577e2dccafe4d75707c (patch)
treefec59b1bdf3024d4c80dfb5b00a4d5ad0172f901 /beecrypt/mp32number.h
parent0f7777894493527a5672d0ce09c4855e2b69495f (diff)
downloadrpm-039162ac61254a49feffa577e2dccafe4d75707c.tar.gz
More lclint fiddles.
CVS patchset: 5070 CVS date: 2001/09/23 15:47:37
Diffstat (limited to 'beecrypt/mp32number.h')
-rw-r--r--beecrypt/mp32number.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/beecrypt/mp32number.h b/beecrypt/mp32number.h
index 4998935bf..f3fdae424 100644
--- a/beecrypt/mp32number.h
+++ b/beecrypt/mp32number.h
@@ -37,7 +37,7 @@
typedef struct
{
uint32 size;
-/*@only@*/ uint32* data;
+/*@owned@*/ uint32* data;
} mp32number;
#ifdef __cplusplus