android/Environment: remove extra semicolon

This commit is contained in:
Max Kellermann 2020-03-19 15:27:43 +01:00
parent 0da6344726
commit 0e17629445

View File

@ -38,6 +38,6 @@ namespace Environment {
gcc_pure
AllocatedPath getExternalStoragePublicDirectory(const char *type) noexcept;
};
}
#endif