aqhome-apps: removed unneeded files.

This commit is contained in:
Martin Preuss
2025-03-10 00:15:36 +01:00
parent 5011e7e123
commit dc4a02a8ff
70 changed files with 7 additions and 6824 deletions

View File

@@ -124,7 +124,7 @@ const char *_readLine(AQH_VARS **pVars, const char *src, GWEN_BUFFER *wbuf)
else {
s=_readGroupOrVar(pVars, s, wbuf);
if (s==NULL) {
DBG_INFO(AQH_LOGDOMAIN, "here (%d)", rv);
DBG_INFO(AQH_LOGDOMAIN, "here");
return NULL;
}
}