summaryrefslogtreecommitdiff
path: root/cad/geda/files/patch-libgeda__src__scheme_object.c
blob: a2fbf47fc9f39ecdcff2130ab015949409d2115c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- libgeda/src/scheme_object.c.orig	2013-09-25 20:59:27 UTC
+++ libgeda/src/scheme_object.c
@@ -1986,8 +1986,8 @@ SCM_DEFINE (set_picture_x, "%set-picture
  * \param filename_s  New filename for \a obj_s.
  * \return \a obj_s.
  */
-SCM_DEFINE (set_picture_data_vector_x, "%set-picture-data/vector!",
-            3, 0, 0, (SCM obj_s, SCM data_s, SCM filename_s),
+SCM_DEFINE (set_picture_data_vector_x, "%set-picture-data/vector!", 3, 0, 0,
+            (SCM obj_s, SCM data_s, SCM filename_s),
             "Set a picture object's data from a vector.")
 {
   SCM vec_s = scm_any_to_s8vector (data_s);