From 584f8679c49afebff3c6b5b186e36e6511b36d96 Mon Sep 17 00:00:00 2001 From: Stanislav Motylkov Date: Sun, 5 Oct 2025 23:20:02 +0200 Subject: [PATCH] [KBDGRE1] Fix build by converting file to UTF-8 w/ BOM https://stackoverflow.com/a/27713211 Addendum to 127b3636927. --- dll/keyboard/kbdgre1/kbdgre1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/keyboard/kbdgre1/kbdgre1.c b/dll/keyboard/kbdgre1/kbdgre1.c index 9f469d2f7eb..0f62476eccf 100644 --- a/dll/keyboard/kbdgre1/kbdgre1.c +++ b/dll/keyboard/kbdgre1/kbdgre1.c @@ -1,4 +1,4 @@ -/* +/* * ReactOS German Extended 1 ASCII Keyboard layout * Copyright (C) 2025 ReactOS * License: LGPL, see: LGPL.txt