projects
/
libam7xxx.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24924e4
)
am7xxx: fix a typo, s/it's/its/
author
Antonio Ospite <ospite@studenti.unina.it>
Sat, 17 Mar 2012 09:17:19 +0000
(10:17 +0100)
committer
Antonio Ospite <ospite@studenti.unina.it>
Sat, 17 Mar 2012 09:17:19 +0000
(10:17 +0100)
src/am7xxx.c
patch
|
blob
|
history
diff --git
a/src/am7xxx.c
b/src/am7xxx.c
index
a840589
..
a8bcc49
100644
(file)
--- a/
src/am7xxx.c
+++ b/
src/am7xxx.c
@@
-729,7
+729,7
@@
int am7xxx_calc_scaled_image_dimensions(am7xxx_device *dev,
if (width_ratio > height_ratio) {
/*
* The input is proportionally "wider" than the device viewport
- * so it
'
s height needs to be adjusted
+ * so its height needs to be adjusted
*/
debug(dev->ctx, "CASE 1, original image wider, adjust the scaled height\n");
*scaled_width = device_info.native_width;