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

    r1efe224 rfa38804  
    4343        int16_t tag;
    4444};
    45 
    46 /*
    47 
    48 */
    4945
    5046int16_t DB_In;                          /* debug buffer 'in' pointer */
     
    6662};
    6763
    68 /*
    69 
    70 */
    71 
    7264/*
    7365   =============================================================================
     
    9486        }
    9587}
    96 
    97 /*
    98 
    99 */
    10088
    10189/*
     
    127115}
    128116
    129 /*
    130 
    131 */
    132 
    133117/*
    134118   =============================================================================
     
    154138}
    155139
    156 /*
    157 
    158 */
    159 
    160140/*
    161141   =============================================================================
     
    181161}
    182162
    183 /*
    184 
    185 */
    186 
    187163/*
    188164   =============================================================================
     
    232208                return;
    233209        }
    234 /*
    235 
    236 */
     210
    237211        printf("Debug trace level = %ld\n\n", DB_Levl);
    238212
Note: See TracChangeset for help on using the changeset viewer.