(trivial) remove trailing enum comma

This commit is contained in:
Jordan Lee 2015-12-06 21:41:18 +00:00
parent 8d66fb3387
commit 39c48a162e
1 changed files with 2 additions and 2 deletions

View File

@ -935,8 +935,8 @@ typedef enum
TR_FALLBACK, /* indicates the ctor value should be used only
in case of missing resume settings */
TR_FORCE, /* indicates the ctor value should be used
regardless of what's in the resume settings */
TR_FORCE /* indicates the ctor value should be used
regardless of what's in the resume settings */
}
tr_ctorMode;