Skip to content

Commit 0dddf64

Browse files
committed
Remove extra semicolon.
1 parent 625cfc6 commit 0dddf64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/ToxCore/ToxCore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ get_vector<T, get_size, get_data>::register_funcs_0 ()
5353
);
5454

5555
return true;
56-
};
56+
}
5757

5858

5959
template<std::size_t N>

0 commit comments

Comments
 (0)