13
0
geforkt von Mirrors/Velocity

[ci skip] Remove duplicate space from NativeZlibInflate (#1240)

Dieser Commit ist enthalten in:
R00tB33rMan 2024-02-09 13:02:43 -05:00 committet von GitHub
Ursprung 6506c4cc59
Commit 6f7f722bfb
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: B5690EEEBB952194

Datei anzeigen

@ -28,6 +28,6 @@ class NativeZlibInflate {
static native long free(long ctx); static native long free(long ctx);
static native boolean process(long ctx, long sourceAddress, int sourceLength, static native boolean process(long ctx, long sourceAddress, int sourceLength,
long destinationAddress, int destinationLength) throws DataFormatException; long destinationAddress, int destinationLength) throws DataFormatException;
} }