Sun Oct 9 14:06:11 2016 UTC ()
PR/51540: Henning Petersen: replace , with ;


(christos)
diff -r1.1.1.8 -r1.2 src/sys/external/bsd/acpica/dist/compiler/aslopt.c

cvs diff -r1.1.1.8 -r1.2 src/sys/external/bsd/acpica/dist/compiler/aslopt.c (expand / switch to context diff)
--- src/sys/external/bsd/acpica/dist/compiler/aslopt.c 2016/05/04 18:15:55 1.1.1.8
+++ src/sys/external/bsd/acpica/dist/compiler/aslopt.c 2016/10/09 14:06:11 1.2
@@ -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) */