mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
deleted excess semicolons, commas
This commit is contained in:
@@ -64,7 +64,7 @@ namespace
|
||||
HANDLE handle;
|
||||
dirent ent;
|
||||
#ifdef HAVE_WINRT
|
||||
DIR() {};
|
||||
DIR() { }
|
||||
~DIR()
|
||||
{
|
||||
if (ent.d_name)
|
||||
|
||||
Reference in New Issue
Block a user