diff options
Diffstat (limited to 'examples/first.c')
-rw-r--r-- | examples/first.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/first.c b/examples/first.c index 19b95d39..0bc0a09e 100644 --- a/examples/first.c +++ b/examples/first.c @@ -38,7 +38,7 @@ #endif int -main (int G_GNUC_UNUSED argc, char G_GNUC_UNUSED *argv []) +main (int argc, char *argv []) { glibtop_union data; glibtop_sysdeps sysdeps; |