Jan Breuer
2012-12-24 be752f9c9139f8d70d0296c6a9f49003071c8c3c
libscpi/src/parser.c
File was renamed from scpi/scpi_parser.c
@@ -37,9 +37,9 @@
#include <ctype.h>
#include <string.h>
#include "scpi_parser.h"
#include "scpi_utils.h"
#include "scpi_error.h"
#include "scpi/parser.h"
#include "utils.h"
#include "scpi/error.h"
static size_t patternSeparatorPos(const char * pattern, size_t len);
@@ -618,4 +618,4 @@
    }
    return FALSE;
}
}