summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/capture/test1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/samples/capture/test1.c')
-rw-r--r--testsuites/samples/capture/test1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/samples/capture/test1.c b/testsuites/samples/capture/test1.c
index 2e510b12dd..79ad72f107 100644
--- a/testsuites/samples/capture/test1.c
+++ b/testsuites/samples/capture/test1.c
@@ -262,7 +262,7 @@ static rtems_monitor_command_entry_t capture_cmds[] =
void setup_tasks_to_watch ()
{
- int cmd;
+ size_t cmd;
for (cmd = 0;
cmd < sizeof (capture_cmds) / sizeof (rtems_monitor_command_entry_t);
cmd++)