fix stupid build mistake i made earlier as pointed out by psm

This commit is contained in:
Mike Frysinger 2005-04-26 00:43:19 +00:00
parent d6a8f5f0d0
commit edb3fbc305

View File

@ -49,5 +49,5 @@ int printenv_main(int argc, char **argv)
} }
} }
bb_fflush_stdout_and_exit(); bb_fflush_stdout_and_exit(0);
} }