浏览代码

libcaption: Fix missing newline at the end of file

PatTheMav 2 年之前
父节点
当前提交
7035ca7964
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deps/libcaption/src/utf8.c

+ 1 - 1
deps/libcaption/src/utf8.c

@@ -245,4 +245,4 @@ char* strnstr(const char* string1, const char* string2, size_t len)
     }
     return NULL;
 }
-#endif
+#endif