summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2016-01-31 17:00:59 -0500
committerpommicket <leonardomtenenbaum@gmail.com>2016-01-31 17:00:59 -0500
commit37c08f8b54918d0f562e09cba96ec418a983d12b (patch)
tree9325e70de5dfb7638b1cc2abc94a296d21da6353 /src
parent0ca5c0153fa09b52af2eacab921e026a42181705 (diff)
Fixed scanf problems
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 48c2bcd..adf56b9 100644
--- a/src/main.c
+++ b/src/main.c
@@ -14,7 +14,7 @@ int main()
char* cmd;
char* name;
char nameArray[2048];
- double R;
+ float R;
cmd = malloc(4096);
while (1)
{