diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-01 14:09:13 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-01 14:09:13 +0000 |
| commit | 9314cecc4f21f42a22f353588f6cd64dbf387bfc (patch) | |
| tree | dfb0008a54641a990b961a48d99d0021ea060498 | |
| parent | 7556ea6c2e69be8ef9b731af5861746eb3d8c354 (diff) | |
add methods to manipulate list of gobjects, and dissociate affectation of fresh object from older objects
| -rw-r--r-- | lasso/utils.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lasso/utils.h b/lasso/utils.h index 669f36d2..ac85e982 100644 --- a/lasso/utils.h +++ b/lasso/utils.h @@ -111,7 +111,6 @@ } /* Bad param handling */ -#define g_return_val_if_invalid_param(kind, name, val) \ - g_return_val_if_fail(LASSO_IS_##kind(name), val) +#define g_return_val_if_invalid_param(kind, name, val) g_return_val_if_fail(LASSO_IS_##kind(name), val) #endif /* __LASSO_UTILS_H__ */ |
