Added missing initializer.
* lib/init.c: Added missing initializer.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2004-06-12 Benoît Dejean <tazforever@dlfp.org>
|
||||||
|
|
||||||
|
* lib/init.c: Added missing initializer.
|
||||||
|
|
||||||
2004-06-09 Benoît Dejean <TazForEver@dlfp.org>
|
2004-06-09 Benoît Dejean <TazForEver@dlfp.org>
|
||||||
|
|
||||||
* *.{c,h} : whitespace clean up.
|
* *.{c,h} : whitespace clean up.
|
||||||
|
@@ -29,7 +29,7 @@
|
|||||||
#define DEFAULT_PORT 42800
|
#define DEFAULT_PORT 42800
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static glibtop _glibtop_global_server;
|
static glibtop _glibtop_global_server = { .flags = 0 };
|
||||||
glibtop *glibtop_global_server = &_glibtop_global_server;
|
glibtop *glibtop_global_server = &_glibtop_global_server;
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Reference in New Issue
Block a user