1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r24672: Add dummy variable to prevent errors on some compilers.

(This used to be commit d3b1acce11)
This commit is contained in:
Jelmer Vernooij 2007-08-26 19:09:40 +00:00 committed by Gerald (Jerry) Carter
parent 04e8c10f9e
commit a8cbe81334

View File

@ -36,11 +36,10 @@ struct adm_category {
struct adm_policy {
struct adm_part *parts;
};
struct adm_part {
int dummy;
};
struct adm_file *adm_read_file(const char *);