]> skyeroc.xyz Git - dgamelaunch/commitdiff
fix compile error from previous.
authorTangles <andyrthomson@gmail.com>
Mon, 10 Feb 2020 14:02:26 +0000 (01:02 +1100)
committerTangles <andyrthomson@gmail.com>
Mon, 10 Feb 2020 14:02:26 +0000 (01:02 +1100)
dgl-common.c

index b0a6cb8fd9c9029f35e4a220c676e62c99d5fe16..426f9ce14e8421024dfcd9c7538fe53e277da6de 100644 (file)
@@ -433,7 +433,7 @@ dgl_exec_cmdqueue_w(struct dg_cmdpart *queue, int game, struct dg_user *me, char
                for (userchoice = 0; userchoice < num_games; userchoice++) {
                    if (!strcmp(myconfig[userchoice]->game_id, p1) || !strcmp(myconfig[userchoice]->game_name, p1) || !strcmp(myconfig[userchoice]->shortname, p1)) {
                        if (purge_stale_locks(userchoice)) {
-                            char *ttrecdir = NULL
+                            char *ttrecdir = NULL;
                            if (myconfig[userchoice]->rcfile) {
                                 char *rcname = NULL;
                                if (access (rcname = dgl_format_str(userchoice, me, myconfig[userchoice]->rc_fmt, NULL), R_OK) == -1)