Skip to content

Commit f7a5a7b

Browse files
committed
Fix missing quote
1 parent f22c4ea commit f7a5a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Update/onik_014.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2064,7 +2064,7 @@ void main()
20642064
NULL, "\"Well then, hope you make it to regionals, at least.", Line_WaitForInput);
20652065
ModPlayVoiceLS(3, 3, "ps3/s01/03/120300136", 256, TRUE);
20662066
OutputLine(NULL, "おじさん、応援してるわ。",
2067-
NULL, " This old man will cheer you on., GetGlobalFlag(GLinemodeSp));
2067+
NULL, " This old man will cheer you on.", GetGlobalFlag(GLinemodeSp));
20682068
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
20692069

20702070
// DisableWindow();

0 commit comments

Comments
 (0)