X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fmain.c;h=777b088f0cb86a5e61320daf431a881dbe0a635e;hb=1d0ac498300d1f6c4d748c1333e9188410eccd60;hp=71cbe92095f1a4f3b18281510da270105d3662dd;hpb=8a35916b964798803dc6326bd1af3b6873e8ccc1;p=nothing.git diff --git a/src/main.c b/src/main.c index 71cbe920..777b088f 100644 --- a/src/main.c +++ b/src/main.c @@ -23,14 +23,14 @@ static void print_usage(FILE *stream) { - fprintf(stream, "Usage: nothing [--fps ] \n"); + fprintf(stream, "Usage: nothing [--fps ] \n"); } int main(int argc, char *argv[]) { srand((unsigned int) time(NULL)); - Lt *const lt = create_lt(); + Lt *lt = create_lt(); char *level_folder = NULL; int fps = 30;