diff options
author | KDSKardabox <bollygame94@gmail.com> | 2018-12-09 00:01:45 +0530 |
---|---|---|
committer | KDSKardabox <bollygame94@gmail.com> | 2018-12-09 00:01:45 +0530 |
commit | 1357449d737a5e88dbfbf8b1fcdee59badb25554 (patch) | |
tree | 925822e2792af65e1099ef7a2b0932a80880087b /include/strings.h | |
parent | 2dfbe75b05cd6ec6e686d5e58de9a0a58e5af408 (diff) | |
parent | 6babb97182c9210373f50f3a4c66102ae13bd9a4 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/strings.h b/include/strings.h index 22d12aa18..e17ea8646 100644 --- a/include/strings.h +++ b/include/strings.h @@ -1034,7 +1034,7 @@ extern const u8 gText_DexSortAtoZDescription[]; extern const u8 gText_DexSortHeaviestDescription[]; extern const u8 gText_DexSortLightestDescription[]; extern const u8 gText_DexSortTallestDescription[]; -extern const u8 ggText_DexSortSmallestDescription[]; +extern const u8 gText_DexSortSmallestDescription[]; extern const u8 gText_DexEmptyString[]; extern const u8 gText_DexSearchDontSpecify[]; extern const u8 gText_DexSearchTypeNone[]; |