Changed line comments in header file.
--- a/src/core/android/SDL_android.h Thu May 30 10:02:26 2013 -0400
+++ b/src/core/android/SDL_android.h Thu May 30 23:08:35 2013 +0200
@@ -37,7 +37,7 @@
extern void Android_JNI_ShowTextInput(SDL_Rect *inputRect);
extern void Android_JNI_HideTextInput();
-// Audio support
+/* Audio support */
extern int Android_JNI_OpenAudioDevice(int sampleRate, int is16Bit, int channelCount, int desiredBufferFrames);
extern void* Android_JNI_GetAudioBuffer();
extern void Android_JNI_WriteAudioBuffer();
@@ -60,13 +60,13 @@
/* Power support */
int Android_JNI_GetPowerInfo(int* plugged, int* charged, int* battery, int* seconds, int* percent);
-// Threads
+/* Threads */
#include <jni.h>
static void Android_JNI_ThreadDestroyed(void*);
JNIEnv *Android_JNI_GetEnv(void);
int Android_JNI_SetupThread(void);
-// Generic messages
+/* Generic messages */
int Android_JNI_SendMessage(int command, int param);
/* Ends C function definitions when using C++ */