diff --git a/C/MPL3115A2.c b/C/MPL3115A2.c index 0c3f24b..9aa5a2e 100755 --- a/C/MPL3115A2.c +++ b/C/MPL3115A2.c @@ -82,5 +82,5 @@ void main() printf("Temperature in Celsius : %.2f C \n", cTemp); printf("Temperature in Fahrenheit : %.2f F \n", fTemp); - exit(0) + exit(0); }