Changeset 168 in Main for trunk/Tool


Ignore:
Timestamp:
Sep 27, 2024, 5:24:04 AM (7 weeks ago)
Author:
Nishi
Message:

fix multiple stuff

Location:
trunk/Tool
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tool/genconf.c

    r161 r168  
    4646        printf("        Allow all\n");
    4747        printf("EndDirectory\n", argv[1]);
     48        return 0;
    4849}
  • trunk/Tool/itworks.c

    r143 r168  
    3333        printf("        </body>\n");
    3434        printf("</html>\n");
     35        return 0;
    3536}
  • trunk/Tool/option.c

    r128 r168  
    2929        }
    3030        printf("\n");
     31        return 0;
    3132}
Note: See TracChangeset for help on using the changeset viewer.