summaryrefslogtreecommitdiff
path: root/ev.h
diff options
context:
space:
mode:
authorroot <root>2009-08-03 12:12:40 +0000
committerroot <root>2009-08-03 12:12:40 +0000
commitb695461e4f82043d151374216eeaed530238b74f (patch)
treed6bf4a2e420aafe41aea2166fc9f2d08cb0a9127 /ev.h
parentd0c0a48c2fb7e111de8206767b5001750982c0e5 (diff)
ansi c...
Diffstat (limited to 'ev.h')
-rw-r--r--ev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ev.h b/ev.h
index 365e23f..d5e9080 100644
--- a/ev.h
+++ b/ev.h
@@ -37,8 +37,8 @@
* either the BSD or the GPL.
*/
-#ifndef EV_H__
-#define EV_H__
+#ifndef EV_H_
+#define EV_H_
#ifdef __cplusplus
extern "C" {