Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/acpica/dist/compiler PR/51540: Henning Pete...



details:   https://anonhg.NetBSD.org/src/rev/2cc43bf9c15b
branches:  trunk
changeset: 818350:2cc43bf9c15b
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Oct 09 14:06:11 2016 +0000

description:
PR/51540: Henning Petersen: replace , with ;

diffstat:

 sys/external/bsd/acpica/dist/compiler/aslopt.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 5edca4bf453d -r 2cc43bf9c15b sys/external/bsd/acpica/dist/compiler/aslopt.c
--- a/sys/external/bsd/acpica/dist/compiler/aslopt.c    Sun Oct 09 14:05:12 2016 +0000
+++ b/sys/external/bsd/acpica/dist/compiler/aslopt.c    Sun Oct 09 14:06:11 2016 +0000
@@ -133,7 +133,7 @@
      * not match, and we cannot use this optimization.
      */
     Path = &(((char *) TargetPath->Pointer)[
-        TargetPath->Length - ACPI_NAME_SIZE]),
+        TargetPath->Length - ACPI_NAME_SIZE]);
     ScopeInfo.Scope.Node = CurrentNode;
 
     /* Lookup the NameSeg using SEARCH_PARENT (search-to-root) */



Home | Main Index | Thread Index | Old Index