hal/tools hal-device.c,1.4,1.5

Danny Kukawka dkukawka at kemper.freedesktop.org
Fri May 12 07:34:30 PDT 2006


Update of /cvs/hal/hal/tools
In directory kemper:/tmp/cvs-serv6852/tools

Modified Files:
	hal-device.c 
Log Message:
2006-05-12  Danny Kukawka  <danny.kukawka at web.de>

        cleanup: s/;;/;/

        * hald/hald_dbus.c: (hald_exec_method_enqueue),
        (hald_exec_method_process_queue):
        * tools/hal-device.c: (process_property):
        * volume_id/reiserfs.c: (volume_id_probe_reiserfs):



Index: hal-device.c
===================================================================
RCS file: /cvs/hal/hal/tools/hal-device.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- hal-device.c	2 Nov 2005 15:38:14 -0000	1.4
+++ hal-device.c	12 May 2006 14:34:28 -0000	1.5
@@ -493,7 +493,7 @@
 		if (strstr(s1, "(int)")) {
 			*s1++ = 0;
 			p->type = LIBHAL_PROPERTY_TYPE_INT32;
-			p->int_value = strtol(s, NULL, 10);;
+			p->int_value = strtol(s, NULL, 10);
 		} else if (strstr(s1, "(uint64)")) {
 			*s1++ = 0;
 			p->type = LIBHAL_PROPERTY_TYPE_UINT64;




More information about the hal-commit mailing list