summaryrefslogtreecommitdiff
path: root/src/misc.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2016-02-16 14:35:34 +0100
committerTobias Klauser <tklauser@distanz.ch>2016-02-16 14:52:16 +0100
commit64f27743785e30855b486e4575429192fddaa9eb (patch)
treeb67ab9c4c368a77c3b7c54cd2e0f806bc11b63e1 /src/misc.c
parent1cc6c871f9891bbf02d600b7a515d3cad06b0e46 (diff)
Converted K&R style function definitions to ANSI C style
Consistently make use of the ANSI C function definition style instead of the K&R style.
Diffstat (limited to 'src/misc.c')
-rw-r--r--src/misc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/misc.c b/src/misc.c
index a74fdd3..37a52bb 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -852,8 +852,7 @@ void skelout (void)
* element_n. Formats the output with spaces and carriage returns.
*/
-void transition_struct_out (element_v, element_n)
- int element_v, element_n;
+void transition_struct_out (int element_v, int element_n)
{
/* short circuit any output */