Made gtk-doc happy in order to dist.

2006-12-03  Benoît Dejean  <benoit@placenet.org>

	* doc/reference/libgtop-docs.xml:
	* glibtop.h:
	* include/glibtop/sysinfo.h:

	Made gtk-doc happy in order to dist.
This commit is contained in:
Benoît Dejean
2006-12-03 18:21:01 +00:00
committed by Benoît Dejean
parent 37fc9c1544
commit 63fb94127a
5 changed files with 41 additions and 3 deletions

View File

@@ -50,7 +50,8 @@ struct _glibtop_entry
struct _glibtop_sysinfo
{
guint64 flags, ncpu;
guint64 flags;
guint64 ncpu;
glibtop_entry cpuinfo [GLIBTOP_NCPU];
};