minor edit

This commit is contained in:
Takashi Tamura 2017-04-29 22:48:07 +09:00 committed by William S Fulton
commit 72723d354a

View file

@ -8,7 +8,7 @@
return 1;
}
int take_proc_or_cpp_obj_and_ret_1(class C) {
int take_proc_or_cpp_obj_and_ret_1(C c) {
return 1;
}