Skip to content

Commit

Permalink
netlib_parseurl.c: Appease nxstyle
Browse files Browse the repository at this point in the history
The following errors are false positives.
apache/nuttx#387

```
/Users/yamamoto/git/nuttx/apps/netutils/netlib/netlib_parseurl.c:57:13: error: C++ style comment
/Users/yamamoto/git/nuttx/apps/netutils/netlib/netlib_parseurl.c:59:35: error: C++ style comment
```
  • Loading branch information
yamt committed May 7, 2021
1 parent a5337af commit 3cfa6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netutils/netlib/netlib_parseurl.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* netutils/netlib/netlib_parseurl.c
* apps/netutils/netlib/netlib_parseurl.c
*
* Copyright (C) 2019 Gregory Nutt. All rights reserved.
* Author: Sebastien Lorquet <sebastien@lorquet.fr>
Expand Down

0 comments on commit 3cfa6bf

Please sign in to comment.