Changeset fa38804 in buchla-68k for ram/fcnote.c


Ignore:
Timestamp:
07/14/2017 04:18:35 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
ace9ee7
Parents:
1efe224
Message:

Removed form-feed comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/fcnote.c

    r1efe224 rfa38804  
    3232*/
    3333
    34 /*
    35 
    36 */
    37 
    3834struct n_entry *fcnote(int16_t grp, int16_t tnote)
    3935{
     
    6763
    6864                        return(E_NULL);
    69 /*
    7065
    71 */
    7266                } else if ((et EQ EV_NBEG) AND (en EQ tnote) AND (eg EQ grp)) {
    7367
     
    8882
    8983                                        return(E_NULL);
    90 /*
    9184
    92 */
    9385                                } else if ((et EQ EV_NEND) AND (en EQ tnote) AND
    9486                                           (eg EQ grp)) {
Note: See TracChangeset for help on using the changeset viewer.