diff dropbearkey.c @ 1404:e8f67918fdc9

when pointer, use NULL instead of 0
author Francois Perrad <francois.perrad@gadz.org>
date Fri, 02 Jun 2017 18:14:31 +0200
parents bbc0a0ee3843
children 4f8eb331174f
line wrap: on
line diff
--- a/dropbearkey.c	Sat Nov 19 15:07:42 2016 +0100
+++ b/dropbearkey.c	Fri Jun 02 18:14:31 2017 +0200
@@ -134,7 +134,7 @@
 #endif
 
 	int i;
-	char ** next = 0;
+	char ** next = NULL;
 	char * filename = NULL;
 	enum signkey_type keytype = DROPBEAR_SIGNKEY_NONE;
 	char * typetext = NULL;