From 691a57a4dabff542ba74f378b05ca35f9aebc167 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Sat, 4 Jan 2020 01:32:21 +0300 Subject: [PATCH] Add BOM to sys_tty.cpp --- rpcs3/Emu/Cell/lv2/sys_tty.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/Cell/lv2/sys_tty.cpp b/rpcs3/Emu/Cell/lv2/sys_tty.cpp index 006b3efb42..ef5443788a 100644 --- a/rpcs3/Emu/Cell/lv2/sys_tty.cpp +++ b/rpcs3/Emu/Cell/lv2/sys_tty.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" #include "Emu/System.h" #include "sys_tty.h"