summaryrefslogtreecommitdiff
path: root/src/units.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/units.cpp')
-rw-r--r--src/units.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/units.cpp b/src/units.cpp
index 6fa0a963a..57cc3aa6e 100644
--- a/src/units.cpp
+++ b/src/units.cpp
@@ -61,7 +61,7 @@ struct UnitDescription units[UNIT_END];
void Units::loadUnits()
{
- { // Setup default weight
+ { // Setup default weight
UnitDescription ud;
ud.conversion = 1.0;
@@ -88,7 +88,7 @@ void Units::loadUnits()
units[UNIT_WEIGHT] = ud;
}
- { // Setup default currency
+ { // Setup default currency
UnitDescription ud;
ud.conversion = 1.0;