From 874af69004dbfb9c9f9e87182801b71113c54d3e Mon Sep 17 00:00:00 2001 From: root Date: Fri, 9 Nov 2007 19:14:37 +0000 Subject: *** empty log message *** --- README.embed | 2 +- event.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.embed b/README.embed index b99a737..9874f0f 100644 --- a/README.embed +++ b/README.embed @@ -85,7 +85,7 @@ PREPROCESSOR SYMBOLS EV_EVENT_H Similarly to EV_H, this macro cna be used to override event.c's idea - of where the event.h header can be found. + of how the event.h header can be found. EV_USE_MONOTONIC diff --git a/event.h b/event.h index 392009e..4e988c6 100644 --- a/event.h +++ b/event.h @@ -28,8 +28,8 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _EVENT_H_ -#define _EVENT_H_ +#ifndef EVENT_H__ +#define EVENT_H__ #ifdef EV_H # include EV_H -- cgit v1.2.3