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:
authorKent Mein <mein@cs.umn.edu>2002-10-31 00:51:56 +0300
committerKent Mein <mein@cs.umn.edu>2002-10-31 00:51:56 +0300
commit0bca79288003053c8c55e00b13e8e910d390eb47 (patch)
tree66b676dbf3d36f44f8e0e6d8508e8ee77bf67a0c /source/blender/verify/BLO_signer_info.h
parent59e07ab2a54fdfc38d1af78212b3ea7a13717024 (diff)
again changing // to /* */ so that sun's compiler doesn't fail.
(note these are all in source/blender/verify) Sorry about not putting the full path in on the last two, I just noticed it doesn't do that unless your in the root dir. mein@cs.umn.edu
Diffstat (limited to 'source/blender/verify/BLO_signer_info.h')
-rw-r--r--source/blender/verify/BLO_signer_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/verify/BLO_signer_info.h b/source/blender/verify/BLO_signer_info.h
index 6a7cab0930e..d2e6b987147 100644
--- a/source/blender/verify/BLO_signer_info.h
+++ b/source/blender/verify/BLO_signer_info.h
@@ -39,7 +39,7 @@ struct BLO_SignerInfo {
char name[MAXSIGNERLEN];
char email[MAXSIGNERLEN];
char homeUrl[MAXSIGNERLEN];
- // more to come...
+ /* more to come... */
};
struct BLO_SignerInfo *BLO_getSignerInfo(void);