summaryrefslogtreecommitdiff
path: root/sysdeps/linux/glibtop_server.h
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-08-17 15:11:57 +0000
committerMartin Baulig <martin@src.gnome.org>1998-08-17 15:11:57 +0000
commit616f4f4eaf0d19e070f8a4d85396e0faceb35858 (patch)
tree6559050182eb35a60771cde7907153becf8390eb /sysdeps/linux/glibtop_server.h
parent513240b3506476d47d194f629d4b0ae3373727f1 (diff)
downloadlibgtop-616f4f4eaf0d19e070f8a4d85396e0faceb35858.tar.gz
Small bug fixes.
Diffstat (limited to 'sysdeps/linux/glibtop_server.h')
-rw-r--r--sysdeps/linux/glibtop_server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/linux/glibtop_server.h b/sysdeps/linux/glibtop_server.h
index 7526b661..67bd9d38 100644
--- a/sysdeps/linux/glibtop_server.h
+++ b/sysdeps/linux/glibtop_server.h
@@ -52,7 +52,7 @@ static inline char *
skip_line (const char *p)
{
while (*p != '\n') p++;
- return (char *) p++;
+ return (char *) ++p;
}
static inline int