Skip to content

Commit 56ae069

Browse files
crassDaniel Kiper
authored and
Daniel Kiper
committed
commands/macbless: Remove whitespace between N_ macro and open parenthesis
Signed-off-by: Glenn Washburn <[email protected]> Reviewed-by: Daniel Kiper <[email protected]>
1 parent daf96d3 commit 56ae069

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

grub-core/commands/macbless.c

+2-4
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,10 @@ GRUB_MOD_INIT(macbless)
220220
{
221221
cmd = grub_register_command ("mactelbless", grub_cmd_macbless,
222222
N_("FILE"),
223-
N_
224-
("Bless FILE of HFS or HFS+ partition for intel macs."));
223+
N_("Bless FILE of HFS or HFS+ partition for intel macs."));
225224
cmd_ppc =
226225
grub_register_command ("macppcbless", grub_cmd_macbless, N_("DIR"),
227-
N_
228-
("Bless DIR of HFS or HFS+ partition for PPC macs."));
226+
N_("Bless DIR of HFS or HFS+ partition for PPC macs."));
229227
}
230228

231229
GRUB_MOD_FINI(macbless)

0 commit comments

Comments
 (0)