diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-09-10 06:39:16 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-09-10 06:39:16 +0000 |
commit | f45a35921aec248e0b8494a2145b907684a21fe5 (patch) | |
tree | b21e00507445a307553ebd219326fe1fcbef362e /gtk/gtkvbbox.c | |
parent | 77cdc290b98acd6f77922645b2a2e53d750b332d (diff) | |
download | gtk+-f45a35921aec248e0b8494a2145b907684a21fe5.tar.gz |
Commit a patch by Behdad to fix typos, omissions and other errors in the
2006-09-10 Matthias Clasen <mclasen@redhat.com>
* Commit a patch by Behdad to fix typos, omissions and other
errors in the symbol aliasing, and add checks for local PLT
entries. (#354687, Behdad Esfahbod)
Diffstat (limited to 'gtk/gtkvbbox.c')
-rw-r--r-- | gtk/gtkvbbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkvbbox.c b/gtk/gtkvbbox.c index 076e6e9f79..4f5957cd6c 100644 --- a/gtk/gtkvbbox.c +++ b/gtk/gtkvbbox.c @@ -277,5 +277,5 @@ gtk_vbutton_box_size_allocate (GtkWidget *widget, } } -#define __GTK_VBBOX_C__ +#define __GTK_VBBOX_C__ #include "gtkaliasdef.c" |