From 164f866685afab1da5fc1d41bf1f19cad774b451 Mon Sep 17 00:00:00 2001 From: strawmanbobi Date: Fri, 4 Feb 2022 20:23:04 +0800 Subject: [PATCH] fixed word case issue --- src/IRBabyIRIS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IRBabyIRIS.cpp b/src/IRBabyIRIS.cpp index b86fc72..98fcd63 100644 --- a/src/IRBabyIRIS.cpp +++ b/src/IRBabyIRIS.cpp @@ -29,7 +29,7 @@ #include #include "defines.h" -#include "IRbabyIRIS.h" +#include "IRBabyIRIS.h" int getIRISKitVersion(char *buffer, int buffer_size) { if (NULL == buffer) {