xserver: Branch 'master'

Keith Packard keithp at kemper.freedesktop.org
Sun Feb 9 17:22:01 PST 2014


 include/eventstr.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 30c3852bda7f60b0ffb1bb2f6ed8ba8800001b32
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Feb 9 16:56:40 2014 -0800

    Delete stray ; in struct _DeviceChangedEvent
    
    Caused Solaris Studio cc to complain in every file which included it:
     "../include/eventstr.h", line 179: warning: syntax error:
      empty member declaration
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>
    Signed-off-by: Keith Packard <keithp at keithp.com>

diff --git a/include/eventstr.h b/include/eventstr.h
index 3950584..cce903d 100644
--- a/include/eventstr.h
+++ b/include/eventstr.h
@@ -176,7 +176,7 @@ struct _DeviceChangedEvent {
     struct {
         uint32_t min;           /**< Minimum value */
         uint32_t max;           /**< Maximum value */
-        double value;           /**< Current value */;
+        double value;           /**< Current value */
         /* FIXME: frac parts of min/max */
         uint32_t resolution;    /**< Resolution counts/m */
         uint8_t mode;           /**< Relative or Absolute */


More information about the xorg-commit mailing list