Mark the private function as static

This commit is contained in:
Jef Driesen 2017-03-28 20:45:12 +02:00
parent c5d5220e28
commit 0609a4c80a

View File

@ -274,7 +274,7 @@ hw_ostc_parser_cache (hw_ostc_parser_t *parser)
return DC_STATUS_SUCCESS;
}
dc_status_t
static dc_status_t
hw_ostc_parser_create_internal (dc_parser_t **out, dc_context_t *context, unsigned int hwos, unsigned int model)
{
hw_ostc_parser_t *parser = NULL;