Skip to content
Snippets Groups Projects
Commit e8877446 authored by Tilghman Lesher's avatar Tilghman Lesher
Browse files

Bug 6515 - extra semicolon

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10338 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 938f7ddc
No related branches found
No related tags found
No related merge requests found
...@@ -139,7 +139,7 @@ struct name { \ ...@@ -139,7 +139,7 @@ struct name { \
struct type *first; \ struct type *first; \
struct type *last; \ struct type *last; \
ast_mutex_t lock; \ ast_mutex_t lock; \
} name = AST_LIST_HEAD_INIT_VALUE; } name = AST_LIST_HEAD_INIT_VALUE
/*! /*!
\brief Defines a structure to be used to hold a list of specified type, statically initialized. \brief Defines a structure to be used to hold a list of specified type, statically initialized.
...@@ -150,7 +150,7 @@ struct name { \ ...@@ -150,7 +150,7 @@ struct name { \
struct name { \ struct name { \
struct type *first; \ struct type *first; \
struct type *last; \ struct type *last; \
} name = AST_LIST_HEAD_NOLOCK_INIT_VALUE; } name = AST_LIST_HEAD_NOLOCK_INIT_VALUE
/*! /*!
\brief Initializes a list head structure with a specified first entry. \brief Initializes a list head structure with a specified first entry.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment