Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/pebble-mario.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <ClusterM@users.noreply.github.com>2015-04-13 18:31:41 +0300
committerAlexey 'Cluster' Avdyukhin <ClusterM@users.noreply.github.com>2015-04-13 18:31:41 +0300
commit0e279ace5de7eaac7d7bc1083bbb31f5b3eb5d11 (patch)
tree000487295991ba36096c6e4306208d87726aa4ad
parent91b6b48c9bfa4d8243a380570c60f325aed38707 (diff)
Tabs.
-rw-r--r--src/pebble-mario.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pebble-mario.c b/src/pebble-mario.c
index 996df64..4013afd 100644
--- a/src/pebble-mario.c
+++ b/src/pebble-mario.c
@@ -108,8 +108,8 @@ static void to_upcase(char* str)
{
while (*str)
{
- if (*str >='a' && *str <= 'z') *str += 'A'-'a';
- str++;
+ if (*str >='a' && *str <= 'z') *str += 'A'-'a';
+ str++;
}
}