浏览代码

(#4) Enable the main vodus application back

rexim 5 年之前
父节点
当前提交
9fc59b468b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/vodus_main.cpp

+ 2 - 2
src/vodus_main.cpp

@@ -458,7 +458,7 @@ Maybe<Pixel32> hexstr_as_pixel32(String_View hexstr)
     return {true, result};
 }
 
-int main()
+int main_()
 {
     void *iterator = NULL;
     const AVCodec *codec = NULL;
@@ -471,7 +471,7 @@ int main()
     return 0;
 }
 
-int main_(int argc, char *argv[])
+int main(int argc, char *argv[])
 {
     const char *log_filepath = nullptr;
     const char *face_filepath = nullptr;