Skip to content

Commit

Permalink
Fixed a wrong package name in a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Gramlich committed Feb 10, 2012
1 parent cd13b86 commit 2b42a20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jni/src/BufferUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <stdlib.h>

// ===========================================================
// org.anddev.andengine.opengl.util.BufferUtils
// org.andengine.opengl.util.BufferUtils
// ===========================================================

JNIEXPORT void JNICALL Java_org_andengine_opengl_util_BufferUtils_jniPut(JNIEnv *env, jclass, jobject pBuffer, jfloatArray pData, jint pLength, jint pOffset) {
Expand Down
2 changes: 1 addition & 1 deletion jni/src/BufferUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

extern "C" {
// ===========================================================
// org.anddev.andengine.opengl.util.BufferUtils
// org.andengine.opengl.util.BufferUtils
// ===========================================================

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

0 comments on commit 2b42a20

Please sign in to comment.