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
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to