Cleanup: warning

This commit is contained in:
Campbell Barton 2018-06-15 15:42:31 +02:00
parent e552247489
commit 8166d0affd
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ static char *EDIT_MESH_sh_defines(ToolSettings *tsettings, RegionView3D *rv3d, b
BLI_dynstr_free(ds);
return str;
}
static char *EDIT_MESH_sh_lib()
static char *EDIT_MESH_sh_lib(void)
{
char *str = NULL;
DynStr *ds = BLI_dynstr_new();