diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2013-01-02 19:01:21 +0000 | 
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2013-01-02 19:01:21 +0000 | 
| commit | b28e481ae9b051dab150e9b5a89730cdc1103a9c (patch) | |
| tree | 434e706ece73a93073f350c91cd35ed7d7e98811 /source/components/utilities/utobject.c | |
| parent | c2463a8709e5b3a5ce54c09d35b4820a756b0fc5 (diff) | |
Notes
Diffstat (limited to 'source/components/utilities/utobject.c')
| -rw-r--r-- | source/components/utilities/utobject.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/source/components/utilities/utobject.c b/source/components/utilities/utobject.c index 2841541d44fe..bdfd7e340466 100644 --- a/source/components/utilities/utobject.c +++ b/source/components/utilities/utobject.c @@ -725,7 +725,7 @@ AcpiUtGetPackageObjectSize (      Info.NumPackages = 1;      Status = AcpiUtWalkPackageTree (InternalObject, NULL, -                            AcpiUtGetElementLength, &Info); +        AcpiUtGetElementLength, &Info);      if (ACPI_FAILURE (Status))      {          return_ACPI_STATUS (Status); | 
