chiark / gitweb /
dirname/basename expansions; template fiddling
[disorder] / server / macros-disorder.c
index bb920f404f880625ce7840243924dff0c32524fa..e58324bf6cc3bdf0f0b719fb3c5e68631ea5a1ca 100644 (file)
@@ -105,6 +105,7 @@ static int exp_arg(int attribute((unused)) nargs,
                   struct sink *output,
                   void attribute((unused)) *u) {
   const char *s = cgi_get(args[0]);
+
   if(s)
     return sink_writes(output,
                        cgi_sgmlquote(s)) < 0 ? -1 : 0;