]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/test/test-replace-var.c
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / test / test-replace-var.c
index 2de2091561d0b7e5a1258539f31b994851b48c55..56ce99e7ac04bab98cdaa42af85fd63ff5aeb966 100644 (file)
@@ -1,5 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
+/* SPDX-License-Identifier: LGPL-2.1+ */
 /***
   This file is part of systemd.
 
@@ -27,7 +26,7 @@
 #include "util.h"
 
 static char *lookup(const char *variable, void *userdata) {
-        return strjoin("<<<", variable, ">>>", NULL);
+        return strjoin("<<<", variable, ">>>");
 }
 
 int main(int argc, char *argv[]) {