X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ltrace.h;h=3e714a847ceca9aa45336100597aed413dcb55ad;hb=43420821a97063ec1617466654611d2d86631975;hp=ee7e27b42eb861033499d6a99ebda38d6b46be4c;hpb=689b9dbb8d7f88ab91e7741932ed000b6e49be9a;p=platform%2Fupstream%2Fltrace.git diff --git a/ltrace.h b/ltrace.h index ee7e27b..3e714a8 100644 --- a/ltrace.h +++ b/ltrace.h @@ -44,7 +44,7 @@ enum Event_type { typedef struct Event Event; struct Event { struct Event * next; - struct Process * proc; + struct process *proc; Event_type type; union { int ret_val; /* EVENT_EXIT */