libgtop r2734 - trunk/sysdeps/linux



Author: bdejean
Date: Sat Apr  5 18:13:28 2008
New Revision: 2734
URL: http://svn.gnome.org/viewvc/libgtop?rev=2734&view=rev

Log:
Fixed ;;.
Closes #521084.


Modified:
   trunk/sysdeps/linux/glibtop_private.c

Modified: trunk/sysdeps/linux/glibtop_private.c
==============================================================================
--- trunk/sysdeps/linux/glibtop_private.c	(original)
+++ trunk/sysdeps/linux/glibtop_private.c	Sat Apr  5 18:13:28 2008
@@ -17,7 +17,7 @@
 unsigned long long
 get_scaled(const char *buffer, const char *key)
 {
-	const char    *ptr = buffer;;
+	const char    *ptr = buffer;
 	char	      *next;
 	unsigned long long value;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]