postprocessor.c: cosmetics

This commit is contained in:
Evgeny Grin (Karlson2k)
2021-12-12 13:34:03 +03:00
parent 19e8d32303
commit 9496be9271
+1 -1
View File
@@ -510,7 +510,7 @@ post_process_urlencoded (struct MHD_PostProcessor *pp,
case PP_Error:
/* clearly impossible as per while loop invariant */
abort ();
break;
break; /* Unreachable */
case PP_Init:
/* initial phase */
mhd_assert (NULL == start_key);