summaryrefslogtreecommitdiff
path: root/camlibs
diff options
context:
space:
mode:
authorPeter Kajberg <pbk@odense.kollegienet.dk>2002-08-16 12:12:05 +0000
committerPeter Kajberg <pbk@odense.kollegienet.dk>2002-08-16 12:12:05 +0000
commit795bb7982b9e2bd5eda241ea757d240880b540c4 (patch)
tree74f43d7272accfb7e01ee991f2f0871657a7e6ea /camlibs
parent48e74cd25b9a7f9f287fcd8a8106c7339631f0bd (diff)
downloadlibgphoto2-795bb7982b9e2bd5eda241ea757d240880b540c4.tar.gz
Fixed newlinie compile error with gcc < 3.x
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5010 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs')
-rw-r--r--camlibs/pccam600/pccam600.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camlibs/pccam600/pccam600.c b/camlibs/pccam600/pccam600.c
index 1eadeeb82..a13ed73c3 100644
--- a/camlibs/pccam600/pccam600.c
+++ b/camlibs/pccam600/pccam600.c
@@ -52,7 +52,7 @@
# define N_(String) (String)
#endif
-#define REPORT_ERROR(context,function,text,data1,data2) \
+#define REPORT_ERROR(context,function,text,data1,data2)\
{ \
gp_context_error (context, _(function ":" text),data1,data2); \
return (GP_ERROR); \