* normal/dyncmd.c (read_command_list): Replace `0' with `NULL'.
* normal/handler.c (read_handler_list): Likewise.
+2009-11-09 Robert Millan <rmh.grub@aybabtu.com>
+
+ * normal/dyncmd.c (read_command_list): Replace `0' with `NULL'.
+ * normal/handler.c (read_handler_list): Likewise.
+
2009-11-09 Robert Millan <rmh.grub@aybabtu.com>
Misc cleanup.
file = grub_file_open (filename);
if (file)
{
- char *buf = 0;
+ char *buf = NULL;
for (;; grub_free (buf))
{
char *p, *name, *modname;
file = grub_file_open (filename);
if (file)
{
- char *buf = 0;
+ char *buf = NULL;
for (;; grub_free (buf))
{
char *p;