From 38903a537d88a7739f0bd922319938549913ea1a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 24 Oct 2009 05:50:51 +0000 Subject: Fix prototype. --- testsuites/samples/capture/test1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/samples') diff --git a/testsuites/samples/capture/test1.c b/testsuites/samples/capture/test1.c index 79ad72f107..22ad7c6b6f 100644 --- a/testsuites/samples/capture/test1.c +++ b/testsuites/samples/capture/test1.c @@ -260,7 +260,7 @@ static rtems_monitor_command_entry_t capture_cmds[] = } }; -void setup_tasks_to_watch () +void setup_tasks_to_watch (void) { size_t cmd; for (cmd = 0; -- cgit v1.2.3