cosmetics

This commit is contained in:
Martin Willi
2008-08-28 11:15:01 +00:00
parent e577ad3985
commit dc98e50153
+3 -3
View File
@@ -53,9 +53,9 @@ struct nm_creds_t {
void (*set_password)(nm_creds_t *this, identification_t *id, char *password);
/**
* Destroy a nm_creds instance.
*/
void (*destroy)(nm_creds_t *this);
* Destroy a nm_creds instance.
*/
void (*destroy)(nm_creds_t *this);
};
/**