[grilo] core: Fix typo
- From: Juan A. Suarez Romero <jasuarez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo] core: Fix typo
- Date: Wed, 12 Jan 2011 15:38:44 +0000 (UTC)
commit cf9fdde7a98ad6968fdc63eb02809571d791d2cb
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date: Wed Jan 12 16:38:24 2011 +0100
core: Fix typo
Use gint instead of int.
src/data/grl-media-image.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/data/grl-media-image.c b/src/data/grl-media-image.c
index 2f94955..623e7f7 100644
--- a/src/data/grl-media-image.c
+++ b/src/data/grl-media-image.c
@@ -91,7 +91,7 @@ grl_media_image_new (void)
void
grl_media_image_set_size (GrlMediaImage *image,
gint width,
- int height)
+ gint height)
{
grl_media_image_set_width (image, width);
grl_media_image_set_height (image, height);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]