summaryrefslogtreecommitdiff
path: root/components/separator.c
blob: 39a594ae5b7062c9b42441a45400ebb18465b6b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* See LICENSE file for copyright and license details. */
#include <stdio.h>

#include "../util.h"
#include "../slstatus.h"

const char *
separator(const char *separator)
{
    return separator;
}