Fix missing } in unattended.c

This commit is contained in:
Arne Fitzenreiter
2008-09-26 07:33:37 +02:00
parent 720bdba717
commit ac52a0f477

View File

@@ -154,6 +154,7 @@ int unattended_setup(struct keyvalue *unattendedkv) {
if (mysystem(commandstring)) {
errorbox("unattended: ERROR setting admin password");
return 0;
}
}
fprintf(flog, "unattended: Setup ended\n");