mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-27 04:09:31 +03:00
postprocessor.c: cosmetics
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user