Repair damage.

Careful with that microEMACS, Eugene.
diff --git a/pcap-linux.c b/pcap-linux.c
index 3a04b50..661aa16 100644
--- a/pcap-linux.c
+++ b/pcap-linux.c
@@ -1832,7 +1832,8 @@
 			 * we were told to break out of the loop.
 			 */
 			handle->break_loop = 0;
-			return PCAP_ERROR_BREA	}
+			return PCAP_ERROR_BREAK;
+		}
 
 #if defined(HAVE_PACKET_AUXDATA) && defined(HAVE_STRUCT_TPACKET_AUXDATA_TP_VLAN_TCI)
 		packet_len = recvmsg(handle->fd, &msg, MSG_TRUNC);