Converted remaining C comments (#3927)

* Converted remaining documentation that references .c or .h files.
This commit is contained in:
Aleos
2019-02-09 15:08:45 -05:00
committed by GitHub
parent 35611e78e1
commit c5a5c54518
52 changed files with 94 additions and 95 deletions

View File

@@ -675,7 +675,7 @@ int _vShowMessage(enum msg_type flag, const char *string, va_list ap)
return 1;
}
/**
* For the buildbot, these result in a EXIT_FAILURE from core.c when done reading the params.
* For the buildbot, these result in a EXIT_FAILURE from core.cpp when done reading the params.
**/
#if defined(BUILDBOT)
if( flag == MSG_WARNING ||