- Adapted indenation to new agreed upon system
- Added support for second generation scriptcontext based counter
This commit is contained in:
@ -27,6 +27,6 @@ typedef struct ErrMsg {
|
||||
* \param fmt the format for the message
|
||||
* \return the new error message list head
|
||||
*/
|
||||
ErrMsg *ErrPutMsg(ErrMsg *dump, char *fmt, ...);
|
||||
ErrMsg *ErrPutMsg(ErrMsg * dump, char *fmt, ...);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user