From 447b0bad15dcc1ca56c73e3ecca5c636cc332ba0 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 30 Oct 2011 22:32:18 -0400 Subject: [PATCH] Fix compile warning from saying event2/*.h inside a comment Based on a patch by Adrian Chadd --- evdns.h | 2 +- evhttp.h | 2 +- evrpc.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/evdns.h b/evdns.h index e5eb46f9..8490d8c5 100644 --- a/evdns.h +++ b/evdns.h @@ -33,7 +33,7 @@ The header is deprecated in Libevent 2.0 and later; please use instead. Depending on what functionality you - need, you may also want to include more of the other event2/*.h + need, you may also want to include more of the other headers. */ diff --git a/evhttp.h b/evhttp.h index 48dda790..3612a775 100644 --- a/evhttp.h +++ b/evhttp.h @@ -33,7 +33,7 @@ The header is deprecated in Libevent 2.0 and later; please use instead. Depending on what functionality you - need, you may also want to include more of the other event2/*.h + need, you may also want to include more of the other headers. */ diff --git a/evrpc.h b/evrpc.h index 77216d24..6ec5912c 100644 --- a/evrpc.h +++ b/evrpc.h @@ -33,7 +33,7 @@ The header is deprecated in Libevent 2.0 and later; please use instead. Depending on what functionality you - need, you may also want to include more of the other event2/*.h + need, you may also want to include more of the other headers. */ -- 2.50.1