Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83756055 authored by Fabien Sanglard's avatar Fabien Sanglard
Browse files

Fix syntax error in appendSfConfigString (#endif)

Change-Id: I1ff05e34e4d8d9f73bb5cb090c96011497132947
parent 51185338
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2967,7 +2967,6 @@ void SurfaceFlinger::appendSfConfigString(String8& result) const
#endif
    if (isLayerTripleBufferingDisabled())
        result.append(" DISABLE_TRIPLE_BUFFERING");
#endif
    result.append("]");
}