Removed some more halloc

This commit is contained in:
ridiculousfish
2012-02-09 02:01:49 -08:00
parent 19cfd9b5d6
commit e5bba2294d
3 changed files with 7 additions and 6 deletions

View File

@@ -34,11 +34,11 @@ struct function_data_t
/**
Name of function
*/
wchar_t *name;
wcstring name;
/**
Description of function
*/
wchar_t *description;
wcstring description;
/**
Function definition
*/