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
This commit is contained in:
2002-10-30 21:51:56 +00:00
parent 59e07ab2a5
commit 0bca792880
3 changed files with 25 additions and 24 deletions

View File

@@ -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);