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

Commit acb6c544 authored by satok's avatar satok
Browse files

Fix build breakage

Change-Id: Ic4d3cf6932dcd57c1040c7877ab7c7f48cd6c408
parent 350ffc87
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -184,7 +184,7 @@ int UnigramDictionary::getSuggestions(ProximityInfo *proximityInfo,
                GERMAN_UMLAUT_DIGRAPHS,
                sizeof(GERMAN_UMLAUT_DIGRAPHS) / sizeof(GERMAN_UMLAUT_DIGRAPHS[0]));
    } else if (REQUIRES_FRENCH_LIGATURES_PROCESSING & flags) {
        int codesBuffer[getCodesBufferSize(codes, codesSize, MAX_PROXIMITY_CHARS)];
        int codesBuffer[getCodesBufferSize(codes, codesSize)];
        int xCoordinatesBuffer[codesSize];
        int yCoordinatesBuffer[codesSize];
        getWordWithDigraphSuggestionsRec(proximityInfo, xcoordinates, ycoordinates, codesBuffer,