Changeset fa38804 in buchla-68k for libcio/dirfns.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
  • libcio/dirfns.c

    r1efe224 rfa38804  
    3636}
    3737
    38 /*
    39  */
    40 
    4138static int8_t *mnames[] = {
    4239
     
    6663        return((n < 1 || n > 12) ? mnames[0] : mnames[n]);
    6764}
    68 
    69 /*
    70  */
    7165
    7266/*
     
    114108                break;
    115109
    116 /*
    117  */
    118 
    119110        case 2:         /* mmm dd yyyy hh:mm format */
    120111
Note: See TracChangeset for help on using the changeset viewer.