aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--icd/nulldrv/nulldrv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/icd/nulldrv/nulldrv.c b/icd/nulldrv/nulldrv.c
index 7151b9da..a5d0edf4 100644
--- a/icd/nulldrv/nulldrv.c
+++ b/icd/nulldrv/nulldrv.c
@@ -2139,7 +2139,7 @@ ICD_EXPORT VkResult VKAPI vkCreateDynamicDepthBiasState(
(struct nulldrv_dynamic_rs_depth_bias **) pState);
}
-ICD_EXPORT VkResult VKAPI vkDestroyDynamicLineWidthsState(
+ICD_EXPORT VkResult VKAPI vkDestroyDynamicLineWidthState(
VkDevice device,
VkDynamicLineWidthState dynamicLineWidthState)
{