diff options
-rw-r--r-- | documentation/sdk-manual/working-projects.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/sdk-manual/working-projects.rst b/documentation/sdk-manual/working-projects.rst index 4236bcec24..7df73b1b17 100644 --- a/documentation/sdk-manual/working-projects.rst +++ b/documentation/sdk-manual/working-projects.rst | |||
@@ -56,9 +56,10 @@ project: | |||
56 | 56 | ||
57 | #include <stdio.h> | 57 | #include <stdio.h> |
58 | 58 | ||
59 | main() | 59 | int main() |
60 | { | 60 | { |
61 | printf("Hello World!\n"); | 61 | printf("Hello World!\n"); |
62 | return 0; | ||
62 | } | 63 | } |
63 | 64 | ||
64 | - ``configure.ac``:: | 65 | - ``configure.ac``:: |