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

    r1efe224 rfa38804  
    1010
    1111#include "ram.h"
    12 
    13 /*
    14 
    15 */
    1612
    1713/*
     
    6763        p_fwd = frfind(t_fwd, 1);       /* position p_fwd at t_fwd */
    6864
    69 /*
    70 
    71 */
     65
    7266        /* reset the display pointers to the target time */
    7367
     
    9185        }
    9286#endif
    93 
    94 /*
    95 
    96 */
    9787
    9888        while (rt++ LT tf) {            /* advance p_fwd chain to tf */
     
    135125        t_fwd  = tf;            /* update t_fwd */
    136126
    137 /*
    138 
    139 */
     127
    140128        /* execute & display things at current time to start things out right */
    141129
     
    173161                sdwins();       /* refresh windows */
    174162        }
    175 
    176 /*
    177 
    178 */
    179163
    180164#if     DEBUG_GO
     
    200184        return(SUCCESS);
    201185}
    202 
    203 /*
    204 
    205 */
    206186
    207187/*
Note: See TracChangeset for help on using the changeset viewer.