aboutsummaryrefslogtreecommitdiff
path: root/sim/common/hw-ports.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/common/hw-ports.c')
-rw-r--r--sim/common/hw-ports.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/hw-ports.c b/sim/common/hw-ports.c
index 6444653..7a0503e 100644
--- a/sim/common/hw-ports.c
+++ b/sim/common/hw-ports.c
@@ -251,7 +251,7 @@ hw_port_decode (struct hw *me,
{
const struct hw_port_descriptor *ports =
me->ports_of_hw->ports;
- if (ports != NULL)
+ if (ports != NULL)
{
while (ports->name != NULL)
{