summaryrefslogtreecommitdiff
path: root/Source/Android/src
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2013-08-25 23:57:53 -0400
committerLioncash <mathew1800@gmail.com>2013-08-25 23:57:53 -0400
commitdb355b21d2c5a0ce383b3e711fd1cb425c5878f5 (patch)
tree589bd9002d5ca3757ded795c0fe8e18df9c02cb3 /Source/Android/src
parent9dfb6dfd7fb048e3690c8c21ea62be2c7b74eba2 (diff)
[Android] My bad, somehow the Java file in the previous commit got encoded with UTF8+BOM.
Diffstat (limited to 'Source/Android/src')
-rw-r--r--Source/Android/src/org/dolphinemu/dolphinemu/settings/PrefsActivity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/src/org/dolphinemu/dolphinemu/settings/PrefsActivity.java b/Source/Android/src/org/dolphinemu/dolphinemu/settings/PrefsActivity.java
index aae92efc8a..6f8195b994 100644
--- a/Source/Android/src/org/dolphinemu/dolphinemu/settings/PrefsActivity.java
+++ b/Source/Android/src/org/dolphinemu/dolphinemu/settings/PrefsActivity.java
@@ -1,4 +1,4 @@
-/**
+/**
* Copyright 2013 Dolphin Emulator Project
* Licensed under GPLv2
* Refer to the license.txt file included.