diff --git a/Common/helper_string.h b/Common/helper_string.h index 3a0d7d34..1246f12e 100644 --- a/Common/helper_string.h +++ b/Common/helper_string.h @@ -294,7 +294,7 @@ inline char *sdkFindFilePath(const char *filename, "../../../Samples//data/", // up 3 in tree "../../Samples//data/", // up 2 in tree "../../../../Common/data/", // up 4 in tree - "../../../Common/data", // up 3 in tree + "../../../Common/data/", // up 3 in tree "../../Common/data/" // up 2 in tree };