summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2010-10-29 15:26:33 -0400
committerNat Goodspeed <nat@lindenlab.com>2010-10-29 15:26:33 -0400
commit8bdd99436580772b825a1e99ae5cf37d20163a8c (patch)
treef1f4ff5687ca488c86fb96c7f5f3a966c594d659
parentca9594af28ce2e1cc8bb333a0fa7384dae718a9a (diff)
Fix #endif SYMBOL (breaks Linux build)
-rw-r--r--indra/viewer_components/updater/llupdaterservice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/viewer_components/updater/llupdaterservice.h b/indra/viewer_components/updater/llupdaterservice.h
index 6459ca49f8..313ae8ada3 100644
--- a/indra/viewer_components/updater/llupdaterservice.h
+++ b/indra/viewer_components/updater/llupdaterservice.h
@@ -58,4 +58,4 @@ private:
boost::shared_ptr<LLUpdaterServiceImpl> mImpl;
};
-#endif LL_UPDATERSERVICE_H
+#endif // LL_UPDATERSERVICE_H