Changeset fa38804 in buchla-68k for ram/etival.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/etival.c

    r1efe224 rfa38804  
    3838}
    3939
    40 /*
    41 
    42 */
    43 
    4440/*
    4541   =============================================================================
     
    6157#endif
    6258
    63 /*
    64 
    65 */
     59
    6660        if (idsrcsw) {                  /* entering the source */
    6761
     
    114108                dswin(22);                      /* refresh the screen */
    115109                modinst();
    116 /*
    117 
    118 */
     110
    119111        } else if (stccol LT 32) {              /* entering value */
    120112
     
    180172}
    181173
    182 /*
    183 
    184 */
    185 
    186174/*
    187175   =============================================================================
     
    209197}
    210198
    211 /*
    212 
    213 */
    214 
    215199/*
    216200   =============================================================================
     
    233217        ebuf[10] = '\0';
    234218
    235 /*
    236 
    237 */
     219
    238220        if (stccol LT 32) {             /* value */
    239221
     
    276258                dspbuf[0] = k + '0';
    277259        }
    278 /*
    279 
    280 */
     260
    281261        dspbuf[1]  = '\0';      /* terminate display buffer */
    282262
Note: See TracChangeset for help on using the changeset viewer.