Avoid compiler warning (VS2022)

This commit is contained in:
Holger Vogt 2026-05-10 16:36:35 +02:00
parent 760b12b14e
commit 95cf8738da
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ void com_let(wordlist *wl)
int n_dst_index;
struct pnode *names = (struct pnode *) NULL;
struct dvec *vec_src = (struct dvec *) NULL;
struct plot *tplot;
struct plot *tplot = NULL;
/* let with no arguments is equivalent to display */
if (!wl) {