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

    r1efe224 rfa38804  
    5050#endif
    5151
    52 /*
    53 
    54 */
     52
    5553        if (wr_ec(fp, &ldhead, (int32_t)LH_LEN)) {                      /* header */
    5654
     
    7270        return(SUCCESS);
    7371}
    74 
    75 /*
    76 
    77 */
    7872
    7973/*
     
    108102        ldswin(5);
    109103
    110 /*
    111 
    112 */
     104
    113105        if (rd_ec(fp, &ldhead, (int32_t)LH_LEN)) {                      /* header */
    114106
     
    137129        return(SUCCESS);
    138130}
    139 
    140 /*
    141 
    142 */
    143131
    144132/*
     
    194182#endif
    195183
    196 /*
    197 
    198 */
     184
    199185        if (wr_ec(fp, &ldhead, (int32_t)LH_LEN)) {                      /* header */
    200186
     
    230216        return(SUCCESS);
    231217}
    232 
    233 /*
    234 
    235 */
    236218
    237219/*
     
    272254        ldswin(5);
    273255
    274 /*
    275 
    276 */
     256
    277257        if (rd_ec(fp, &ldhead, (int32_t)LH_LEN)) {                      /* header */
    278258
     
    321301}
    322302
    323 /*
    324 
    325 */
    326 
    327303/*
    328304   =============================================================================
     
    368344#endif
    369345
    370 /*
    371 
    372 */
     346
    373347        if (wr_ec(fp, &ldhead, (int32_t)LH_LEN)) {                      /* header */
    374348
     
    396370        return(SUCCESS);
    397371}
    398 
    399 /*
    400 
    401 */
    402372
    403373/*
     
    432402        ldswin(5);
    433403
    434 /*
    435 
    436 */
     404
    437405        if (rd_ec(fp, &ldhead, (int32_t)LH_LEN)) {                      /* header */
    438406
     
    467435        return(SUCCESS);
    468436}
    469 
    470 /*
    471 
    472 */
    473437
    474438/*
     
    508472#endif
    509473
    510 /*
    511 
    512 */
     474
    513475        if (wr_ec(fp, &ldhead, (int32_t)LH_LEN)) {              /* header */
    514476
     
    527489        return(SUCCESS);
    528490}
    529 
    530 /*
    531 
    532 */
    533491
    534492/*
     
    562520        ldswin(5);
    563521
    564 /*
    565 
    566 */
     522
    567523        if (rd_ec(fp, &ldhead, (int32_t)LH_LEN)) {                      /* header */
    568524
     
    590546        return(SUCCESS);
    591547}
    592 
    593 /*
    594 
    595 */
    596548
    597549/*
     
    635587#endif
    636588
    637 /*
    638 
    639 */
     589
    640590        if (wr_ec(fp, &ldhead, (int32_t)LH_LEN)) {              /* header */
    641591
     
    663613        return(SUCCESS);
    664614}
    665 
    666 /*
    667 
    668 */
    669615
    670616/*
     
    700646        ldswin(5);
    701647
    702 /*
    703 
    704 */
     648
    705649        if (rd_ec(fp, &ldhead, (int32_t)LH_LEN)) {                      /* header */
    706650
     
    747691}
    748692
    749 /*
    750 
    751 */
    752 
    753693/*
    754694   =============================================================================
     
    787727#endif
    788728
    789 /*
    790 
    791 */
     729
    792730        if (wr_ec(fp, &ldhead, (int32_t)LH_LEN)) {              /* header */
    793731
     
    806744        return(SUCCESS);
    807745}
    808 
    809 /*
    810 
    811 */
    812746
    813747/*
     
    841775        ldswin(5);
    842776
    843 /*
    844 
    845 */
     777
    846778        if (rd_ec(fp, &ldhead, (int32_t)LH_LEN)) {                      /* header */
    847779
     
    868800        return(SUCCESS);
    869801}
    870 
    871 /*
    872 
    873 */
    874802
    875803/*
     
    919847#endif
    920848
    921 /*
    922 
    923 */
     849
    924850        if (wr_ec(fp, &ldhead, (int32_t)LH_LEN)) {                      /* header */
    925851
     
    949875        return(SUCCESS);
    950876}
    951 
    952 /*
    953 
    954 */
    955877
    956878/*
     
    986908        ldswin(5);
    987909
    988 /*
    989 
    990 */
     910
    991911        if (rd_ec(fp, &ldhead, (int32_t)LH_LEN)) {                      /* header */
    992912
Note: See TracChangeset for help on using the changeset viewer.