summaryrefslogtreecommitdiffhomepage
path: root/src/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.c')
-rw-r--r--src/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.c b/src/utils.c
index b262118c..743ef98c 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -88,7 +88,7 @@ static int android_close(void *cookie);
//----------------------------------------------------------------------------------
// Enable trace log message types (bit flags based)
-void SetTraceLogTypes(unsigned char types)
+void SetTraceLog(unsigned char types)
{
logTypeFlags = types;
}