[BACK]Return to midi.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / aucat

Diff for /src/usr.bin/aucat/Attic/midi.c between version 1.20 and 1.21

version 1.20, 2010/04/24 06:18:23 version 1.21, 2010/05/02 11:54:26
Line 696 
Line 696 
                 dbg_puts(" mtc fps\n");                  dbg_puts(" mtc fps\n");
         }          }
 #endif  #endif
         if (dev_pstate == DEV_INIT)          dev_wakeup(1);
                 dev_pstate = DEV_START;  
         ctl_full(p);          ctl_full(p);
         return 1;          return 1;
 }  }

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21