Pārlūkot izejas kodu

libcaption: Fix missing newline at the end of file

PatTheMav 2 gadi atpakaļ
vecāks
revīzija
7035ca7964
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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