* include/grub/symbol.h (FUNCTION): Use @function rather than

"function".
	(VARIABLE): Likewise.
This commit is contained in:
Vladimir Serbinenko 2013-11-07 01:18:21 +01:00
parent 6d5a4ceefe
commit 4f1cfd22d3
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2013-11-07 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/symbol.h (FUNCTION): Use @function rather than
"function".
(VARIABLE): Likewise.
2013-11-07 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/net/bootp.c (OFFSET_OF): Explicitly cast to grub_size_t.