2011-11-05 [wwp] 3.7.10cvs72
[claws.git] / src / gtk / gtkaspell.c
index d50ed5621a7739fc1b1fcde4cfbcbb5c2cd2b13d..18cd509a9b01b5e6a2544c5f509f6057d452f051 100644 (file)
@@ -1192,7 +1192,7 @@ void gtkaspell_block_check(GtkAspell *gtkaspell)
 {
        GtkTextView *gtktext;
        
-       if (gtkaspell == null)
+       if (gtkaspell == NULL)
                return;
                
        gtktext = gtkaspell->gtktext;
@@ -1208,7 +1208,7 @@ void gtkaspell_unblock_check(GtkAspell *gtkaspell)
 {
        GtkTextView *gtktext;
 
-       if (gtkaspell == null)
+       if (gtkaspell == NULL)
                return;
                
        gtktext = gtkaspell->gtktext;