diff options
author | Loren Shih <seraph@lindenlab.com> | 2011-05-26 18:05:29 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2011-05-26 18:05:29 -0400 |
commit | 170de8330e3be55794878cefb53f62266c9a029d (patch) | |
tree | 81f59b9d8c190a1984deec685a817eaf05154c52 | |
parent | 7c042e1bcdde65da5629ed64a58ce1f3e23542be (diff) |
Added newline at end of header file to fix linux build.
-rw-r--r-- | indra/newview/llaccountingquotamanager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llaccountingquotamanager.h b/indra/newview/llaccountingquotamanager.h index 4c20561bce..9551df272c 100644 --- a/indra/newview/llaccountingquotamanager.h +++ b/indra/newview/llaccountingquotamanager.h @@ -57,4 +57,5 @@ private: }; //=============================================================================== -#endif
\ No newline at end of file +#endif // LLACCOUNTINGQUOTAMANAGER + |