diff options
Diffstat (limited to 'Tests/iOSNavApp/TotalFunction.c')
-rw-r--r-- | Tests/iOSNavApp/TotalFunction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/iOSNavApp/TotalFunction.c b/Tests/iOSNavApp/TotalFunction.c index 0965a88..b228a78 100644 --- a/Tests/iOSNavApp/TotalFunction.c +++ b/Tests/iOSNavApp/TotalFunction.c @@ -8,7 +8,7 @@ #include "TotalFunction.h" -int Total(const char *context) +int Total(const char* context) { return 22; } |