Peter M. Groen
/
libmodbus
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
bb13bb7b43b5c7c8f7da2487b3504ee4a2ecc795
Authored by
Stéphane Raimbault
2010-06-10 08:39:35 +0200
1 parent
5ec104ae
Fix typo on fprintf
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
tests/unit-test-slave.c
tests/unit-test-slave.c
View file @
bb13bb7
...
...
@@ -79,7 +79,7 @@ int main(void)
79
79
/* Connection closed by the client, end of server */
80
80
break;
81
81
} else {
82
-
s
printf(stderr, "Error in modbus_listen (%d)\n", ret);
82
+
f
printf(stderr, "Error in modbus_listen (%d)\n", ret);
83
83
}
84
84
}
85
85
...
...