diff options
| author | Tomas Bzatek <tbzatek@tbzatek.englab.brq.redhat.com> | 2008-08-04 11:31:04 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@tbzatek.englab.brq.redhat.com> | 2008-08-04 11:31:04 +0200 |
| commit | 1792a2cb2349cb8ba8273aea4b3a6ed52e80e149 (patch) | |
| tree | 0123cf11ecb951bdc6b911789464480009e5087b /gallery-utils.h | |
| parent | ee8d3aa3f337cef3faae8d45c6e23ab05f380db8 (diff) | |
| download | cataract-1792a2cb2349cb8ba8273aea4b3a6ed52e80e149.tar.xz | |
Fix gcc 4.1.2 compilation warnings
Add missing sample file
Diffstat (limited to 'gallery-utils.h')
| -rw-r--r-- | gallery-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery-utils.h b/gallery-utils.h index 95dbcff..2c95780 100644 --- a/gallery-utils.h +++ b/gallery-utils.h @@ -44,4 +44,4 @@ char *make_string (const char* substr, const int count); * fix_entities: replace all invalid & entities with & * - returns newly allocated string */ -void fix_entities (char **str);
\ No newline at end of file +void fix_entities (char **str); |
