This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 src/udev.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

New commits:
commit 6d38280e351fc249725e6928bd330cf2dbb23717
Author: Marcel Holtmann <[email protected]>
Date:   Fri Jan 2 20:11:41 2009 +0100

    Remove wrongly placed semicolon


Diff in this email is a maximum of 400 lines.
diff --git a/src/udev.c b/src/udev.c
index 5c90112..0496da4 100644
--- a/src/udev.c
+++ b/src/udev.c
@@ -41,7 +41,7 @@ static int udev_monitor_enable_receiving(struct udev_monitor 
*monitor)
 #endif
 
 #ifdef NEED_UDEV_MONITOR_RECEIVE_DEVICE
-static struct udev_device *udev_monitor_receive_device(struct udev_monitor 
*monitor);
+static struct udev_device *udev_monitor_receive_device(struct udev_monitor 
*monitor)
 {
        return udev_monitor_get_device(monitor);
 }
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits

Reply via email to