Browse Source

Merge pull request #2327 from lioncash/typo

act: Fix docstring typo
pull/15/merge
bunnei 9 years ago
committed by GitHub
parent
commit
1490f14ab4
  1. 2
      src/core/hle/service/act/act.h

2
src/core/hle/service/act/act.h

@ -7,7 +7,7 @@
namespace Service {
namespace ACT {
/// Initialize AM service
/// Initializes all ACT services
void Init();
} // namespace ACT

Loading…
Cancel
Save