From eab7e0ff3ac87eb16d78cac5dee00ae79ac665c9 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Mon, 10 Apr 2017 01:35:47 -0500 Subject: [PATCH] Add byteswap.hpp to the list of installed headers --- src/ox/fs/filesystem.cpp | 2 +- src/ox/std/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ox/fs/filesystem.cpp b/src/ox/fs/filesystem.cpp index b4a3a758a..b0e5de159 100644 --- a/src/ox/fs/filesystem.cpp +++ b/src/ox/fs/filesystem.cpp @@ -30,7 +30,7 @@ FileSystem *createFileSystem(void *buff) { } break; default: - return nullptr; + break; } return fs; diff --git a/src/ox/std/CMakeLists.txt b/src/ox/std/CMakeLists.txt index 6c28d48a1..c0d2f10e2 100644 --- a/src/ox/std/CMakeLists.txt +++ b/src/ox/std/CMakeLists.txt @@ -9,6 +9,7 @@ add_library( install( FILES + byteswap.hpp memops.hpp strops.hpp std.hpp