Fix a couple of warnings in last commit (one was really an error).

This commit is contained in:
Gregory Nutt
2019-08-25 17:37:13 -06:00
parent f751aff7fe
commit 19b94da468
4 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ FAR const char *builtin_getname(int index);
*
****************************************************************************/
FAR const struct builtin_s *builtin_for_index(int index);
FAR struct builtin_s const *builtin_for_index(int index);
#undef EXTERN
#if defined(__cplusplus)