Make gcc happier

master
Yevgen Muntyan 2006-04-16 05:30:55 -05:00
parent aa6131e476
commit d6a933c23b
2 changed files with 5 additions and 5 deletions

View File

@ -288,16 +288,16 @@
</kdevdoctreeview>
<kdevfilecreate>
<filetypes>
<type icon="source" ext="g" create="template" name="GAP source" >
<type icon="source" ext="g" name="GAP source" create="template" >
<descr>A new empty GAP source file</descr>
</type>
<type icon="source_cpp" ext="cpp" create="template" name="C++ Source" >
<type icon="source_cpp" ext="cpp" name="C++ Source" create="template" >
<descr>A new empty C++ file.</descr>
</type>
<type icon="source_h" ext="h" create="template" name="C/C++ Header" >
<type icon="source_h" ext="h" name="C/C++ Header" create="template" >
<descr>A new empty header file for C/C++.</descr>
</type>
<type icon="source_c" ext="c" create="template" name="C Source" >
<type icon="source_c" ext="c" name="C Source" create="template" >
<descr>A new empty C file.</descr>
</type>
</filetypes>

View File

@ -231,7 +231,7 @@ moo_text_completion_try_complete (MooTextCompletion *cmpl)
GtkTextIter start, end;
GtkTreeIter iter;
gboolean found = FALSE;
guint paren;
guint paren = 0;
g_return_if_fail (MOO_IS_TEXT_COMPLETION (cmpl));
g_return_if_fail (cmpl->priv->buffer != NULL);