Skip to content

Commit 6d45bb7

Browse files
committed
Fix missed ;
1 parent 09ca461 commit 6d45bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Ethernet/src/Ethernet.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class EthernetClass : public MbedSocketClass {
5757
: eth_if(_if){};
5858

5959
// When using DHCP the hostname provided will be used.
60-
int setHostname(const char* hostname)
60+
int setHostname(const char* hostname);
6161

6262
// Initialise the Ethernet shield to use the provided MAC address and
6363
// gain the rest of the configuration through DHCP.

0 commit comments

Comments
 (0)