Skip to content
Snippets Groups Projects
Commit 82195243 authored by Stan Seibert's avatar Stan Seibert
Browse files

Removed unnecessary trailing comma to make Jack happy. :-P

git-svn-id: http://svn.xiph.org/trunk/ao@3369 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent ffcb4d51
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ static ao_functions *static_drivers[] = {
static driver_list *driver_head = NULL;
static ao_config config = {
NULL, /* default_driver */
NULL /* default_driver */
};
static ao_info **info_table = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment