mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
blah, double ;
This commit is contained in:
parent
dd9ab1e050
commit
3e3b316891
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ class_ivar_expr (class_type_t *class_type, const char *name)
|
|||
method_t *
|
||||
class_find_method (class_type_t *class_type, method_t *method)
|
||||
{
|
||||
methodlist_t *methods, *start_methods;;
|
||||
methodlist_t *methods, *start_methods;
|
||||
method_t *m;
|
||||
dstring_t *sel;
|
||||
class_t *class, *start_class;
|
||||
|
|
Loading…
Reference in a new issue