summaryrefslogtreecommitdiffstats
path: root/tools/build/packhex.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/build/packhex.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/build/packhex.c b/tools/build/packhex.c
index ddd010c4a9..6410b520c6 100644
--- a/tools/build/packhex.c
+++ b/tools/build/packhex.c
@@ -388,7 +388,10 @@ Rec_vitals *formats[] =
*
*******************************************************************************/
-void main( void )
+int main(
+ int argc,
+ char **argv
+)
{
char inbuff[ MAX_LINE_SIZE ], outbuff[ MAX_LINE_SIZE ];