summaryrefslogtreecommitdiff
path: root/libgphoto2/gphoto2-result.c
diff options
context:
space:
mode:
authorLutz Mueller <lutz@users.sourceforge.net>2001-10-27 13:51:52 +0000
committerLutz Mueller <lutz@users.sourceforge.net>2001-10-27 13:51:52 +0000
commitcf879bdcaff959cb9e26fd1335dda18f7c4dd9ac (patch)
treece32270586e17fd9099f04987d2587d9a9cbcdef /libgphoto2/gphoto2-result.c
parent0431e5ec8ed2b138b0d480c32ff40b9572c25456 (diff)
downloadlibgphoto2-cf879bdcaff959cb9e26fd1335dda18f7c4dd9ac.tar.gz
Documentation fixes
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2798 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2/gphoto2-result.c')
-rw-r--r--libgphoto2/gphoto2-result.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgphoto2/gphoto2-result.c b/libgphoto2/gphoto2-result.c
index c3d102500..b54a1199b 100644
--- a/libgphoto2/gphoto2-result.c
+++ b/libgphoto2/gphoto2-result.c
@@ -58,7 +58,6 @@ gp_result_as_string (int result)
if (result <= -1000)
return (N_("Unknown camera library error"));
- GP_ERR_RES (GP_ERROR_IO, N_("I/O problem"));
GP_ERR_RES (GP_ERROR_CORRUPTED_DATA, N_("Corrupted data"));
GP_ERR_RES (GP_ERROR_FILE_EXISTS, N_("File exists"));
GP_ERR_RES (GP_ERROR_MODEL_NOT_FOUND, N_("Unknown model"));