mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 01:51:14 -03:00
Removed some more halloc
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user