[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: branch: master updated (1.4.0-20080127-38-g84e20e0)



The branch, master has been updated
       via  84e20e053383201472c32834f4ea9995b8d20c45 (commit)
      from  267f6cae3b2aa6df5af8edc0bfbea95e72ee03b8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 gschem/src/x_image.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit 84e20e053383201472c32834f4ea9995b8d20c45
Author: Werner Hoch <werner.ho@xxxxxx>
Date:   Wed Apr 2 22:49:42 2008 +0200

    fixed syntax error typo in x_image.c
    
    repaced ":" with ";", Typo catched by Thomas Arndt

:100644 100644 7b7e41a... 0017564... M	gschem/src/x_image.c

=========
 Changes
=========

commit 84e20e053383201472c32834f4ea9995b8d20c45
Author: Werner Hoch <werner.ho@xxxxxx>
Date:   Wed Apr 2 22:49:42 2008 +0200

    fixed syntax error typo in x_image.c
    
    repaced ":" with ";", Typo catched by Thomas Arndt

diff --git a/gschem/src/x_image.c b/gschem/src/x_image.c
index 7b7e41a..0017564 100644
--- a/gschem/src/x_image.c
+++ b/gschem/src/x_image.c
@@ -225,7 +225,7 @@ static void x_image_update_dialog_filename(GtkComboBox *combo,
   if (ptr != NULL) {
     image_type_descr = (char *) (ptr->data);
   } else {
-    image_type_descr = NULL:
+    image_type_descr = NULL;
   }
 #else
   image_type_descr = gtk_combo_box_get_active_text(GTK_COMBO_BOX(combo));




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs