Small clean up.
* glibtop_server.h: Small clean up.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2004-06-08 Benoît Dejean <tazforever@dlfp.org>
|
||||
|
||||
* glibtop_server.h: Small clean up.
|
||||
|
||||
2004-06-07 Benoît Dejean <tazforever@dlfp.org>
|
||||
|
||||
* glibtop_machine.h (skip_token): Removed.
|
||||
|
@@ -44,9 +44,7 @@ skip_token (const char *p)
|
||||
static inline char *
|
||||
skip_multiple_token (const char *p, size_t count)
|
||||
{
|
||||
size_t i;
|
||||
|
||||
for (i = 0; i < count; i++)
|
||||
while(count--)
|
||||
p = skip_token (p);
|
||||
|
||||
return (char *)p;
|
||||
|
Reference in New Issue
Block a user