Commit 2bf5e9be authored by Lionel Gauthier's avatar Lionel Gauthier

Sebastian Held patches15/0025-fix-compiler-warning.patch

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7327 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent c768e0ad
......@@ -128,8 +128,8 @@ typedef struct Job_element_s {
} Job_elt_t;
typedef struct Event_element_s {
struct Event_element *next;
struct Event_element *previous;
struct Event_element_s *next;
struct Event_element_s *previous;
Event_t event;
} Event_elt_t;
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment