You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
392 B
12 lines
392 B
Index: iselect_browse.h |
|
--- iselect_browse.h.orig 2007-07-08 11:27:18.000000000 +0200 |
|
+++ iselect_browse.h 2022-05-23 20:00:51.619191000 +0200 |
|
@@ -36,7 +36,7 @@ |
|
int fSelectable; /* whether selectable or not */ |
|
int fSelected; /* whether already selected or not */ |
|
char *cpResult; /* the result string */ |
|
-} Line; |
|
+}; |
|
|
|
#define MAXLINELEN 1024 |
|
#define MAXLINES 1024
|
|
|