Skip to content

Commit e2f7cbc

Browse files
author
Shon Frazier
committed
make struct rebinding.name a const char *
1 parent 9086d2f commit e2f7cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fishhook.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ extern "C" {
3636
* name to its replacement
3737
*/
3838
struct rebinding {
39-
char *name;
39+
const char *name;
4040
void *replacement;
4141
};
4242

0 commit comments

Comments
 (0)