diff options
| author | brad kittenbrink <brad@lindenlab.com> | 2009-08-04 14:28:08 -0700 | 
|---|---|---|
| committer | brad kittenbrink <brad@lindenlab.com> | 2009-08-04 14:28:08 -0700 | 
| commit | 4a959602c1fcaaf08d50474452818f90bfe479ed (patch) | |
| tree | 4efc81eed32218b1a74263f61717eaf2ee196ac2 | |
| parent | 134f394c25c8e89116bbc7a2d19f72f2fe93ca7a (diff) | |
Fixed missing newline at end of llappviewer.cpp for linux build.
| -rw-r--r-- | indra/newview/llappviewer.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index b42452a898..87354121a0 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -4232,4 +4232,5 @@ void LLAppViewer::launchUpdater()  	// *REMOVE:Mani - Saving for reference...  	// LLAppViewer::instance()->forceQuit(); -}
\ No newline at end of file +} +  | 
