summaryrefslogtreecommitdiffstats
path: root/helper
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-11-06 10:23:08 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-11-06 10:29:34 +0000
commit94f88f5a2ff08ceeb3350c803813131df98f8738 (patch)
tree39065c2b148afcd010bd3d19e3bf2b3877fc7e1a /helper
parentf6ca1f0328b16824b5239f026d82c598401f0ab7 (diff)
downloadfebootstrap-94f88f5a2ff08ceeb3350c803813131df98f8738.tar.gz
febootstrap-94f88f5a2ff08ceeb3350c803813131df98f8738.tar.xz
febootstrap-94f88f5a2ff08ceeb3350c803813131df98f8738.zip
main should return int
Diffstat (limited to 'helper')
-rw-r--r--helper/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/init.c b/helper/init.c
index 5dd05cf..275f4db 100644
--- a/helper/init.c
+++ b/helper/init.c
@@ -45,7 +45,7 @@ static void insmod (const char *filename);
static char line[1024];
-void
+int
main ()
{
print_uptime ();