Code

Bump version to 1.10.0; Update ChangeLog.
[liboping.git] / src / oping.c
index 47249b54321ef0946d18fcab4fbae531b7081d80..87ca81a911ea7f7da8fad01d938fca0e2c6feffe 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * Object oriented C module to send ICMP and ICMPv6 `echo's.
- * Copyright (C) 2006-2016  Florian octo Forster <ff at octo.it>
+ * Copyright (C) 2006-2017  Florian octo Forster <ff at octo.it>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -1324,8 +1324,8 @@ static int on_resize (pingobj_t *ping) /* {{{ */
 
                if (context->window != NULL)
                {
-                        werase (context->window);
-                        wrefresh (context->window);
+                       werase (context->window);
+                       wrefresh (context->window);
                        delwin (context->window);
                        context->window = NULL;
                }