svn commit: r327017 - head/sys/net
Li-Wen Hsu
lwhsu at FreeBSD.org
Wed Dec 20 06:08:18 UTC 2017
Author: lwhsu (ports committer)
Date: Wed Dec 20 06:08:16 2017
New Revision: 327017
URL: https://svnweb.freebsd.org/changeset/base/327017
Log:
Add missing `;`
Approved by: kevlo
Modified:
head/sys/net/iflib.c
Modified: head/sys/net/iflib.c
==============================================================================
--- head/sys/net/iflib.c Wed Dec 20 04:08:00 2017 (r327016)
+++ head/sys/net/iflib.c Wed Dec 20 06:08:16 2017 (r327017)
@@ -5124,7 +5124,7 @@ find_thread(int cpu, int thread_num)
static int
find_thread(int cpu, int thread_num __unused)
{
- return cpu_id
+ return cpu_id;
}
#endif
More information about the svn-src-all
mailing list