Changeset 129 in Main for trunk/Tool/genconf.c


Ignore:
Timestamp:
Sep 23, 2024, 7:21:20 PM (8 weeks ago)
Author:
Nishi
Message:

forgot to commit itworks.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tool/genconf.c

    r128 r129  
    55#include <stdio.h>
    66
    7 int main(int argc, char** argv){
    8         if(argc < 2){
     7int main(int argc, char** argv) {
     8        if(argc < 2) {
    99                return 1;
    1010        }
Note: See TracChangeset for help on using the changeset viewer.