diff options
author | brad kittenbrink <brad@lindenlab.com> | 2010-11-09 17:42:05 -0800 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2010-11-09 17:42:05 -0800 |
commit | 3493da8c41a157f2cd52632c2ac69b67e4091644 (patch) | |
tree | 01f01b8449b7c558bde4f9d769f93de3ce17b886 /indra | |
parent | 9ae2891a3afefcbf0c72cadaef203426cb0e5954 (diff) |
Fix for linux eol failures.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/viewer_components/updater/llupdateinstaller.cpp | 2 | ||||
-rw-r--r-- | indra/viewer_components/updater/llupdateinstaller.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/indra/viewer_components/updater/llupdateinstaller.cpp b/indra/viewer_components/updater/llupdateinstaller.cpp index 4d7c78d36c..1bb2101df1 100644 --- a/indra/viewer_components/updater/llupdateinstaller.cpp +++ b/indra/viewer_components/updater/llupdateinstaller.cpp @@ -35,4 +35,4 @@ void ll_install_update(std::string const & script, std::string const & updatePat launcher.addArgument(updatePath); launcher.launch(); launcher.orphan(); -}
\ No newline at end of file +} diff --git a/indra/viewer_components/updater/llupdateinstaller.h b/indra/viewer_components/updater/llupdateinstaller.h index a6068e9025..991fe2afe1 100644 --- a/indra/viewer_components/updater/llupdateinstaller.h +++ b/indra/viewer_components/updater/llupdateinstaller.h @@ -39,4 +39,4 @@ void ll_install_update(std::string const & script, std::string const & updatePath); -#endif
\ No newline at end of file +#endif |