Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1d36f1f

Browse filesBrowse files
committed
Fix error due to an extra brace during the namespace refactor
1 parent 54b30e6 commit 1d36f1f
Copy full SHA for 1d36f1f

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed

‎src/api/c/imageio.cpp

Copy file name to clipboardExpand all lines: src/api/c/imageio.cpp
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,5 +1091,4 @@ af_err af_delete_image_memory(void *ptr) {
10911091
AF_RETURN_ERROR("ArrayFire compiled without Image IO (FreeImage) support",
10921092
AF_ERR_NOT_CONFIGURED);
10931093
}
1094-
} // namespace arrayfire
10951094
#endif // WITH_FREEIMAGE

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.