typos, patch by Ansgar Burchardt <ansgar@43-1.org>
This commit is contained in:
parent
31d99e2c4e
commit
8869e989e4
4 changed files with 6 additions and 6 deletions
|
@ -1362,7 +1362,7 @@ define_t *PC_DefineFromString(char *string)
|
|||
#endif //DEFINEHASHING
|
||||
//
|
||||
FreeScript(script);
|
||||
//if the define was created succesfully
|
||||
//if the define was created successfully
|
||||
if (res > 0) return def;
|
||||
//free the define is created
|
||||
if (src.defines) PC_FreeDefine(def);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue