From 3bf2d9d7fc92cf5e88624852eb3ee99a1ac3475b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 22 Aug 2019 01:31:13 +0200 Subject: [PATCH] Attempt to fix 'no newline at EOF' with Clang --- translation/translation_driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translation/translation_driver.h b/translation/translation_driver.h index da9b063a89..936b79009a 100644 --- a/translation/translation_driver.h +++ b/translation/translation_driver.h @@ -48,4 +48,4 @@ char* translation_driver_translate_image(struct ocr_image_info image); RETRO_END_DECLS -#endif \ No newline at end of file +#endif