oops forgot to remove this

This commit is contained in:
speedie 2023-03-02 19:14:54 +01:00
parent 6753605578
commit d3dc92decc

View file

@ -1272,7 +1272,7 @@ readstdin(void)
}
if (!strncmp("license", items[i].ex, strlen("license"))) {
items[i].text = "spmenu is licensed under the MIT license. See the included LICENSE file for more information.";
die("spmenu is licensed under the MIT license. See the included LICENSE file for more information.");
}
}
}