Minor stylistic fix
Showing
1 changed file
with
2 additions
and
2 deletions
1 | /* GNU Mailutils -- a suite of utilities for electronic mail | 1 | /* GNU Mailutils -- a suite of utilities for electronic mail |
2 | Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. | 2 | Copyright (C) 1999, 2000, 2001, 2005 Free Software Foundation, Inc. |
3 | 3 | ||
4 | This library is free software; you can redistribute it and/or | 4 | This library is free software; you can redistribute it and/or |
5 | modify it under the terms of the GNU Lesser General Public | 5 | modify it under the terms of the GNU Lesser General Public |
... | @@ -93,7 +93,7 @@ typedef struct _mu_refcount *mu_refcount_t; | ... | @@ -93,7 +93,7 @@ typedef struct _mu_refcount *mu_refcount_t; |
93 | typedef struct _observable *observable_t; | 93 | typedef struct _observable *observable_t; |
94 | typedef struct _observer *observer_t; | 94 | typedef struct _observer *observer_t; |
95 | typedef struct _property *property_t; | 95 | typedef struct _property *property_t; |
96 | typedef struct _record* record_t; | 96 | typedef struct _record *record_t; |
97 | typedef struct _stream *stream_t; | 97 | typedef struct _stream *stream_t; |
98 | typedef struct _ticket *ticket_t; | 98 | typedef struct _ticket *ticket_t; |
99 | typedef struct _url *url_t; | 99 | typedef struct _url *url_t; | ... | ... |
-
Please register or sign in to post a comment