Skip to content

Commit 2b42a20

Browse files
author
Nicolas Gramlich
committed
Fixed a wrong package name in a comment.
1 parent cd13b86 commit 2b42a20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jni/src/BufferUtils.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include <stdlib.h>
44

55
// ===========================================================
6-
// org.anddev.andengine.opengl.util.BufferUtils
6+
// org.andengine.opengl.util.BufferUtils
77
// ===========================================================
88

99
JNIEXPORT void JNICALL Java_org_andengine_opengl_util_BufferUtils_jniPut(JNIEnv *env, jclass, jobject pBuffer, jfloatArray pData, jint pLength, jint pOffset) {

jni/src/BufferUtils.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
extern "C" {
44
// ===========================================================
5-
// org.anddev.andengine.opengl.util.BufferUtils
5+
// org.andengine.opengl.util.BufferUtils
66
// ===========================================================
77

88
JNIEXPORT void JNICALL Java_org_andengine_opengl_util_BufferUtils_jniPut(JNIEnv *, jclass, jobject, jfloatArray, jint, jint);

0 commit comments

Comments
 (0)