From 0609a4c80a83fd0a7a7aa80b3846b2664ff8d9d6 Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Tue, 28 Mar 2017 20:45:12 +0200 Subject: [PATCH] Mark the private function as static --- src/hw_ostc_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hw_ostc_parser.c b/src/hw_ostc_parser.c index 6d88139..9ac9c52 100644 --- a/src/hw_ostc_parser.c +++ b/src/hw_ostc_parser.c @@ -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;