diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-01 14:07:11 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-01 14:07:11 +0000 |
| commit | 9d9fe50f2ed7228f455221f785cd98e7c4573886 (patch) | |
| tree | 5c22726dab0a6b68ff6ac8f2461fc72343e86535 | |
| parent | b9860b3f6670c906b80d121e97ed14da19bd9f7e (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__ */ |
