浏览代码

Fixed error.

Branimir Karadžić 11 年之前
父节点
当前提交
aa9f65e377
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      examples/common/entry/entry_asmjs.cpp

+ 1 - 0
examples/common/entry/entry_asmjs.cpp

@@ -13,6 +13,7 @@ namespace entry
 {
 {
 	const Event* poll()
 	const Event* poll()
 	{
 	{
+		return NULL;
 	}
 	}
 
 
 	void release(const Event* /*_event*/)
 	void release(const Event* /*_event*/)