diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-06-16 05:03:54 +0200 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-06-16 05:03:54 +0200 |
commit | 03e8d9aca73f3c6da2acc2c7e88a452bdf515c3b (patch) | |
tree | 5056fbf877966f5b832c478a84a2dfa0dc40bd57 /externals/nx_tzdb/include | |
parent | Merge pull request #10796 from bunnei/fix-saf (diff) | |
download | yuzu-03e8d9aca73f3c6da2acc2c7e88a452bdf515c3b.tar yuzu-03e8d9aca73f3c6da2acc2c7e88a452bdf515c3b.tar.gz yuzu-03e8d9aca73f3c6da2acc2c7e88a452bdf515c3b.tar.bz2 yuzu-03e8d9aca73f3c6da2acc2c7e88a452bdf515c3b.tar.lz yuzu-03e8d9aca73f3c6da2acc2c7e88a452bdf515c3b.tar.xz yuzu-03e8d9aca73f3c6da2acc2c7e88a452bdf515c3b.tar.zst yuzu-03e8d9aca73f3c6da2acc2c7e88a452bdf515c3b.zip |
Diffstat (limited to '')
-rw-r--r-- | externals/nx_tzdb/include/nx_tzdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/nx_tzdb/include/nx_tzdb.h b/externals/nx_tzdb/include/nx_tzdb.h index d7b1e4304..1f7c6069a 100644 --- a/externals/nx_tzdb/include/nx_tzdb.h +++ b/externals/nx_tzdb/include/nx_tzdb.h @@ -9,7 +9,7 @@ #include "nx_tzdb/america_indiana.h" #include "nx_tzdb/america_kentucky.h" #include "nx_tzdb/america_north_dakota.h" -#include "nx_tzdb/antartica.h" +#include "nx_tzdb/antarctica.h" #include "nx_tzdb/arctic.h" #include "nx_tzdb/asia.h" #include "nx_tzdb/atlantic.h" |