mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 04:52:39 +02:00
Fix typo in pdm GetServiceSession command
This commit is contained in:
parent
bf7479c2a5
commit
c07a637e2c
@ -161,7 +161,7 @@ typedef struct {
|
|||||||
|
|
||||||
Result pdmqryInitialize(void);
|
Result pdmqryInitialize(void);
|
||||||
void pdmqryExit(void);
|
void pdmqryExit(void);
|
||||||
Service* pdmqueryGetServiceSession(void);
|
Service* pdmqryGetServiceSession(void);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Gets a list of \ref PdmApplicationEvent.
|
* @brief Gets a list of \ref PdmApplicationEvent.
|
||||||
|
Loading…
Reference in New Issue
Block a user