Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/monitor

    r4aa2fb2 rc81ebf9  
    2626static inline void ?{}(monitor_desc * this) {
    2727        this->owner = NULL;
    28         this->stack_owner = NULL;
     28      this->stack_owner = NULL;
    2929        this->recursion = 0;
    3030}
     
    3333        monitor_desc ** m;
    3434        int count;
    35         monitor_desc ** prev_mntrs;
    36         unsigned short  prev_count;
     35      monitor_desc ** prev_mntrs;
     36      unsigned short  prev_count;
    3737};
    3838
Note: See TracChangeset for help on using the changeset viewer.