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

    r1efe224 rfa38804  
    6464        "Value"                 /*  5 */
    6565};
    66 
    67 /*
    68 
    69 */
    7066
    7167struct curpak wd_flds = {
     
    9490};
    9591
    96 /*
    97 
    98 */
    99 
    10092/*
    10193   =============================================================================
     
    134126}
    135127
    136 /*
    137 
    138 */
    139 
    140128/*
    141129   =============================================================================
     
    192180        wsnmod[curvce][curwslt] = TRUE;                 /* tag WS as modified */
    193181}
    194 
    195 /*
    196 
    197 */
    198182
    199183/*
     
    221205        curdif = lstwoff - curwoff;             /* calculate the difference */
    222206
    223 /*
    224 
    225 */
     207
    226208        for (i = 0 , k = 0; i < cwnp; i++ , k += cwin) {
    227209
     
    268250        wsupd();
    269251}
    270 
    271 /*
    272 
    273 */
    274252
    275253/*
     
    321299}
    322300
    323 /*
    324 
    325 */
    326 
    327301/*
    328302   =============================================================================
     
    371345        wdupdfl = FALSE;
    372346}
    373 
    374 /*
    375 
    376 */
    377347
    378348/*
     
    404374
    405375                return;
    406 /*
    407 
    408 */
     376
    409377        case 1:         /* offset selected */
    410378
     
    439407                wdupdfl = TRUE;
    440408                return;
    441 /*
    442 
    443 */
     409
    444410        case 2:         /* harmonic selected */
    445411
     
    487453}
    488454
    489 /*
    490 
    491 */
    492 
    493455/*
    494456   =============================================================================
     
    535497}
    536498
    537 /*
    538 
    539 */
    540 
    541499/*
    542500   =============================================================================
     
    581539
    582540                                        return(FAILURE);
    583 /*
    584 
    585 */
     541
    586542                                case 1:         /* offset selected */
    587543
     
    613569
    614570                                        return(FAILURE);
    615 /*
    616 
    617 */
     571
    618572                                case 2:         /* harmonic selected */
    619573
     
    650604                        } else
    651605                                return(FAILURE);
    652 /*
    653 
    654 */
     606
    655607                } else if (hitbox EQ 1) {       /* harmonic legend */
    656608
     
    691643}
    692644
    693 /*
    694 
    695 */
    696 
    697645/*
    698646   =============================================================================
     
    745693}
    746694
    747 /*
    748 
    749 */
    750 
    751695/*
    752696   =============================================================================
Note: See TracChangeset for help on using the changeset viewer.