Skip to content

Commit

Permalink
Fix td_event_e type
Browse files Browse the repository at this point in the history
  • Loading branch information
darchons committed Aug 13, 2012
1 parent 9508f20 commit fd54d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/thread_db.h
Expand Up @@ -64,7 +64,7 @@ enum {
};

typedef int32_t td_err_e;
typedef uint32_t td_event_e;
typedef int32_t td_event_e;
typedef uint32_t td_notify_e;
typedef uint32_t td_thr_state_e;
typedef pthread_t thread_t;
Expand Down

0 comments on commit fd54d92

Please sign in to comment.