style cleanup and correct own invalid comment.

This commit is contained in:
Campbell Barton 2012-10-31 11:45:41 +00:00
parent 3406586d88
commit db8b7fcabb
4 changed files with 9 additions and 12 deletions

@ -75,12 +75,9 @@ BLI_STATIC_ASSERT(sizeof(((CustomData *)NULL)->typemap) /
typedef struct LayerTypeInfo {
int size; /* the memory size of one element of this layer's data */
/**
* name of the struct used, for file writing */
/** name of the struct used, for file writing */
const char *structname;
/**
* number of structs per element, for file writing
* (set to zero skips writing this data to disk/undo) */
/** number of structs per element, for file writing */
int structnum;
/**