Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion builtin/builtin_list.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

const struct builtin_s g_builtins[] =
{
# include "builtin_list.h"
# include "builtin_list.h"
{ NULL, 0, 0, 0 }
};

Expand Down
2 changes: 1 addition & 1 deletion examples/flowc/flowc.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#ifdef EXAMPLES_FLOWC_HOST
#else
# include <debug.h>
# include <debug.h>
#endif

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion examples/nettest/nettest.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#ifdef NETTEST_HOST
#else
# include <debug.h>
# include <debug.h>
#endif

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion examples/tcpblaster/tcpblaster.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#ifdef TCPBLASTER_HOST
#else
# include <debug.h>
# include <debug.h>
#endif

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion examples/udp/udp.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#ifdef EXAMPLES_UDP_HOST
#else
# include <debug.h>
# include <debug.h>
#endif

#include <arpa/inet.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/webserver/webserver_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
/* DHCPC may be used in conjunction with any other feature (or not) */

#ifdef CONFIG_EXAMPLES_WEBSERVER_DHCPC
# include "netutils/dhcpc.h"
# include "netutils/dhcpc.h"
#endif

/* Include uIP webserver definitions */
Expand Down
4 changes: 2 additions & 2 deletions graphics/nxwidgets/Doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English

# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
# include brief member descriptions after the members that are listed in
# include brief member descriptions after the members that are listed in
# the file and class documentation (similar to JavaDoc).
# Set to NO to disable this.

Expand Down Expand Up @@ -1084,7 +1084,7 @@ USE_PDFLATEX = YES
LATEX_BATCHMODE = NO

# If LATEX_HIDE_INDICES is set to YES then doxygen will not
# include the index chapters (such as File Index, Compound Index, etc.)
# include the index chapters (such as File Index, Compound Index, etc.)
# in the output.

LATEX_HIDE_INDICES = NO
Expand Down
4 changes: 2 additions & 2 deletions graphics/nxwm/Doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English

# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
# include brief member descriptions after the members that are listed in
# include brief member descriptions after the members that are listed in
# the file and class documentation (similar to JavaDoc).
# Set to NO to disable this.

Expand Down Expand Up @@ -1084,7 +1084,7 @@ USE_PDFLATEX = YES
LATEX_BATCHMODE = NO

# If LATEX_HIDE_INDICES is set to YES then doxygen will not
# include the index chapters (such as File Index, Compound Index, etc.)
# include the index chapters (such as File Index, Compound Index, etc.)
# in the output.

LATEX_HIDE_INDICES = NO
Expand Down
2 changes: 1 addition & 1 deletion include/graphics/curses.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#define PDC_RGB 1

#ifdef CONFIG_PDCURSES_WIDE
# include <wchar.h>
# include <wchar.h>
#endif

/****************************************************************************
Expand Down