Explorar o código

2009-02-11 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

	Fixed #define guard for EpollEventPoll
	* src/EpollEventPoll.h
Tatsuhiro Tsujikawa %!s(int64=16) %!d(string=hai) anos
pai
achega
4570a4242e
Modificáronse 2 ficheiros con 7 adicións e 2 borrados
  1. 5 0
      ChangeLog
  2. 2 2
      src/EpollEventPoll.h

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2009-02-11  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
+
+	Fixed #define guard for EpollEventPoll
+	* src/EpollEventPoll.h
+
 2009-02-10  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
 
 	Wait 2 seconds. 1 second is sometimes not enough.

+ 2 - 2
src/EpollEventPoll.h

@@ -33,7 +33,7 @@
  */
 /* copyright --> */
 #ifndef _D_EPOLL_EVENT_POLL_H_
-#define _D_EPLLL_EVENT_POLL_H_
+#define _D_EPOLL_EVENT_POLL_H_
 
 #include "EventPoll.h"
 
@@ -242,4 +242,4 @@ public:
 
 } // namespace aria2
 
-#endif // _D_EVENT_POLL_H_
+#endif // _D_EPOLL_EVENT_POLL_H_