Skip to content

Commit

Permalink
Merge pull request facebook#15 from ShonFrazier/master
Browse files Browse the repository at this point in the history
make struct rebinding.name a const char *
  • Loading branch information
grp committed Sep 24, 2015
2 parents 9086d2f + e2f7cbc commit d91a79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fishhook.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ extern "C" {
* name to its replacement
*/
struct rebinding {
char *name;
const char *name;
void *replacement;
};

Expand Down

0 comments on commit d91a79a

Please sign in to comment.