mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-10 19:27:32 +01:00
<empty commit message>
This commit is contained in:
parent
f6ae42a36e
commit
ce7799ee43
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ typedef struct transfer_complete {
|
|||
char *complete_time;
|
||||
} transfer_complete;
|
||||
|
||||
#define MXML_DELETE(X) if (X) { mxmlDelete(X); X = NULL; }
|
||||
#define MXML_DELETE(X) do {if (X) { mxmlDelete(X); X = NULL; } } while(0)
|
||||
|
||||
extern struct list_head list_schedule_inform;
|
||||
extern struct list_head list_download;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue