changeset 781:289733ff272b

simagent/tx.c: forgot void on the cmd_tx() function
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 13 Mar 2021 21:32:22 +0000
parents 8a94593fb7ef
children badc5399d641
files target-utils/simagent/tx.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/target-utils/simagent/tx.c	Sat Mar 13 19:53:07 2021 +0000
+++ b/target-utils/simagent/tx.c	Sat Mar 13 21:32:22 2021 +0000
@@ -39,6 +39,7 @@
 	}
 }
 
+void
 cmd_tx(argstr)
 	char *argstr;
 {