summaryrefslogtreecommitdiff
path: root/src/units.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/units.cpp')
-rw-r--r--src/units.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/units.cpp b/src/units.cpp
index 804512dbd..1440cff9f 100644
--- a/src/units.cpp
+++ b/src/units.cpp
@@ -150,12 +150,12 @@ void Units::loadUnits()
}
// Add one more level for saftey
- struct UnitLevel ll;
- ll.symbol = "";
- ll.count = INT_MAX;
- ll.round = 0;
+ struct UnitLevel lev;
+ lev.symbol = "";
+ lev.count = INT_MAX;
+ lev.round = 0;
- ud.levels.push_back(ll);
+ ud.levels.push_back(lev);
if (type == "weight")
units[UNIT_WEIGHT] = ud;