removed bad semicolon at the end of a "{}" bloc which is not a class/template/struct.
Debugged using g++ flags
This commit is contained in:
parent
012c71e8fb
commit
de5e71eb55
1 changed files with 1 additions and 1 deletions
|
|
@ -129,4 +129,4 @@ int main()
|
||||||
|
|
||||||
cross2(eo1,eo2);
|
cross2(eo1,eo2);
|
||||||
|
|
||||||
};
|
}
|
||||||
|
|
|
||||||
Reference in a new issue