* grub-core/script/execute.c (grub_script_return): Replace ambiguous
"scope" with "body".
This commit is contained in:
parent
7c8d0ce7f4
commit
0d31b7df86
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2012-03-03 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/script/execute.c (grub_script_return): Replace ambiguous
|
||||||
|
"scope" with "body".
|
||||||
|
|
||||||
2012-03-03 Vladimir Serbinenko <phcoder@gmail.com>
|
2012-03-03 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* include/grub/i386/linux.h (linux_kernel_header): Fix init_size type.
|
* include/grub/i386/linux.h (linux_kernel_header): Fix init_size type.
|
||||||
|
|
|
@ -169,7 +169,7 @@ grub_script_return (grub_command_t cmd __attribute__((unused)),
|
||||||
return grub_error (GRUB_ERR_BAD_ARGUMENT,
|
return grub_error (GRUB_ERR_BAD_ARGUMENT,
|
||||||
/* TRANSLATORS: it's about not being
|
/* TRANSLATORS: it's about not being
|
||||||
inside a function. */
|
inside a function. */
|
||||||
N_("not in function scope"));
|
N_("not in function body"));
|
||||||
|
|
||||||
if (argc == 0)
|
if (argc == 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue