[2180] 2009-05-04 Vladimir Serbinenko <[email protected]>

Vladimir Serbinenko <[email protected]>
Newsgroups gmane.comp.boot-loaders.grub.cvs
Message-ID <[email protected]>
Revision: 2180
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2180
Author:   phcoder
Date:     2009-05-04 18:06:37 +0000 (Mon, 04 May 2009)
Log Message:
-----------
2009-05-04  Vladimir Serbinenko  <[email protected]>

	Removed wrong semicolon in declaration

	* grub/misc.h (grub_dprintf): remove semicolon

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/include/grub/misc.h

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog	2009-05-04 18:04:09 UTC (rev 2179)
+++ trunk/grub2/ChangeLog	2009-05-04 18:06:37 UTC (rev 2180)
@@ -1,3 +1,9 @@
+2009-05-04  Vladimir Serbinenko  <[email protected]>
+
+	Removed wrong semicolon in declaration
+
+	* grub/misc.h (grub_dprintf): remove semicolon
+
 2009-05-04  Robert Millan  <[email protected]>
 
 	* loader/i386/linux.c (GRUB_ASSUME_LINUX_HAS_FB_SUPPORT): New macro.

Modified: trunk/grub2/include/grub/misc.h
===================================================================
--- trunk/grub2/include/grub/misc.h	2009-05-04 18:04:09 UTC (rev 2179)
+++ trunk/grub2/include/grub/misc.h	2009-05-04 18:06:37 UTC (rev 2180)
@@ -28,7 +28,7 @@
 #define ALIGN_UP(addr, align) (((grub_uint64_t)addr + align - 1) & ~(align - 1))
 #define ARRAY_SIZE(array) (sizeof (array) / sizeof (array[0]))
 
-#define grub_dprintf(condition, fmt, args...) grub_real_dprintf(__FILE__, __LINE__, condition, fmt, ## args);
+#define grub_dprintf(condition, fmt, args...) grub_real_dprintf(__FILE__, __LINE__, condition, fmt, ## args)
 /* XXX: If grub_memmove is too slow, we must implement grub_memcpy.  */
 #define grub_memcpy(d,s,n)	grub_memmove ((d), (s), (n))
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.