slstatus/components/separator.c

11 lines
172 B
C
Raw Permalink Normal View History

2022-02-25 16:44:18 +00:00
/* See LICENSE file for copyright and license details. */
#include <stdio.h>
#include "../util.h"
const char *
separator(const char *separator)
{
return separator;
}