mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
Minor docs fix.
This commit is contained in:
parent
80880728e5
commit
e02f3a82b8
@ -93,7 +93,7 @@ typedef struct {
|
||||
/// SystemUpdateProgress. Commands which have this as output will return 0 with the output cleared, when no task is available.
|
||||
typedef struct {
|
||||
s64 current_size; ///< Current size. This value can be larger than total_size when the async operation is finishing. When total_size is <=0, this current_size field may contain a progress value for when the total_size is not yet determined.
|
||||
s64 total_size; ///< Total size, this field this only valid when >0.
|
||||
s64 total_size; ///< Total size, this field is only valid when >0.
|
||||
} NsSystemUpdateProgress;
|
||||
|
||||
/// EulaDataPath
|
||||
|
Loading…
Reference in New Issue
Block a user