Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2004-01-03 06:11:22 +0300
committerDaniel Dunbar <daniel@zuster.org>2004-01-03 06:11:22 +0300
commit24e63b2f89c1737373da72686278455f06aa94e6 (patch)
tree74943dce1dbc13aaf7d60b852aafd1e144095b72 /source/blender/writestreamglue
parentf8c00cbdefa229b62124711bedccec63af6fa6cf (diff)
- more duplicate UserStruct patching
Diffstat (limited to 'source/blender/writestreamglue')
-rw-r--r--source/blender/writestreamglue/stub/BLO_keyStoreSTUB.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/writestreamglue/stub/BLO_keyStoreSTUB.c b/source/blender/writestreamglue/stub/BLO_keyStoreSTUB.c
index 9a4347e161d..a3a9fa14c9e 100644
--- a/source/blender/writestreamglue/stub/BLO_keyStoreSTUB.c
+++ b/source/blender/writestreamglue/stub/BLO_keyStoreSTUB.c
@@ -41,7 +41,7 @@
void
keyStoreConstructor(
- UserStruct *keyUserStruct,
+ struct UserStruct *keyUserStruct,
char *privHexKey,
char *pubHexKey,
unsigned char *ByteChecks,