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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user