1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/cad/geda/files/patch-libgeda__src__scheme_object.c
Hiroki Sato 56f831c7ca - Take maintainership.
- Some style cleanups.
2016-06-09 23:22:43 +00:00

14 lines
604 B
C

--- 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);