Added missing newline.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3211 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-05-12 00:40:54 +00:00
parent 95531d1e1b
commit 3d1d37bcc9
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ struct audio_module_info
void (*print_hello)(); void (*print_hello)();
}; };
typedef struct audio_module_info audio_module_info; typedef struct audio_module_info audio_module_info;