fix path of argparse.h (from old shared project)

This commit is contained in:
Sen 2025-03-20 11:06:46 +01:00
parent 36ca6059c1
commit e72b63b754
6 changed files with 10 additions and 10 deletions

View file

@ -32,7 +32,7 @@ void mid_tlog(int type, char *text) {
#include "midi.h"
#define ARGPARSE_DE
#include "../argparse.h"
#include "argparse.h"
int main(int argc, char **argv) {
char *midname = NULL;