Skip to content

Commit cb5dd4b

Browse files
committed
fix travis error
1 parent f459395 commit cb5dd4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/jp/co/cyberagent/android/gpuimage/GPUImageView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ public void onGlobalLayout() {
239239
post(new Runnable() {
240240
@Override
241241
public void run() {
242-
// Show loading¥
242+
// Show loading
243243
addView(new LoadingView(getContext()));
244244

245245
mGLSurfaceView.requestLayout();

0 commit comments

Comments
 (0)