diff options
author | fearlessTobi <thm.frey@gmail.com> | 2018-09-17 17:16:01 +0200 |
---|---|---|
committer | fearlessTobi <thm.frey@gmail.com> | 2018-10-02 15:30:48 +0200 |
commit | b4ace6ec6f86079b3bd297f95dfe133240b53e15 (patch) | |
tree | efbbacb734024ad2b0be5980bf67f553976c2c11 /src/common | |
parent | Port web_service from Citra (diff) | |
download | yuzu-b4ace6ec6f86079b3bd297f95dfe133240b53e15.tar yuzu-b4ace6ec6f86079b3bd297f95dfe133240b53e15.tar.gz yuzu-b4ace6ec6f86079b3bd297f95dfe133240b53e15.tar.bz2 yuzu-b4ace6ec6f86079b3bd297f95dfe133240b53e15.tar.lz yuzu-b4ace6ec6f86079b3bd297f95dfe133240b53e15.tar.xz yuzu-b4ace6ec6f86079b3bd297f95dfe133240b53e15.tar.zst yuzu-b4ace6ec6f86079b3bd297f95dfe133240b53e15.zip |
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/web_result.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/web_result.h b/src/common/web_result.h index 13610a7ea..969926674 100644 --- a/src/common/web_result.h +++ b/src/common/web_result.h @@ -21,4 +21,4 @@ struct WebResult { std::string result_string; std::string returned_data; }; -} // namespace Commo
\ No newline at end of file +} // namespace Common |