no1wudi opened a new pull request, #11526:
URL: https://github.com/apache/nuttx/pull/11526

   ## Summary
    Fix qsort signature with unexpected quotation mark:
   It should be:
   ```
   "int(*)(FAR const void *,FAR const void *)"
   ```
   instead of:
   ```
   "int(*)(FAR const void *","FAR const void *)"
   ```
   ## Impact
   Minor
   ## Testing
   CI
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to