projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b119704
)
Add missing semicolon
author
Kevin Sawicki
<kevinsawicki@gmail.com>
Fri, 15 Jan 2016 18:09:19 +0000
(10:09 -0800)
committer
Kevin Sawicki
<kevinsawicki@gmail.com>
Fri, 15 Jan 2016 18:09:19 +0000
(10:09 -0800)
atom/common/asar/archive.cc
patch
|
blob
|
history
diff --git
a/atom/common/asar/archive.cc
b/atom/common/asar/archive.cc
index 05cedc75cfe07246a36b0b21458815a285ed1ec7..1e986719ac6eb4458747e5a67f9780b593707f5f 100644
(file)
--- a/
atom/common/asar/archive.cc
+++ b/
atom/common/asar/archive.cc
@@
-130,7
+130,7
@@
Archive::Archive(const base::FilePath& path)
Archive::~Archive() {
#if defined(OS_WIN)
- _close(fd_)
+ _close(fd_)
;
#endif
}