X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fols.c;h=bf1aacbd2771f76876e1e894f4374f636b3788b1;hb=HEAD;hp=1202a93ec74cac8ad37f1cdab3138ff859cf620d;hpb=3cd4b381744eb88fd4ba32565bd408c33b431629;p=libsigrok.git diff --git a/src/output/ols.c b/src/output/ols.c index 1202a93e..2129658a 100644 --- a/src/output/ols.c +++ b/src/output/ols.c @@ -15,8 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ /* @@ -25,10 +24,11 @@ * https://github.com/jawi/ols/wiki/OLS-data-file-format */ +#include #include #include #include -#include "libsigrok.h" +#include #include "libsigrok-internal.h" #define LOG_PREFIX "output/ols" @@ -149,7 +149,7 @@ static int cleanup(struct sr_output *o) SR_PRIV struct sr_output_module output_ols = { .id = "ols", .name = "OLS", - .desc = "OpenBench Logic Sniffer", + .desc = "OpenBench Logic Sniffer data", .exts = (const char*[]){"ols", NULL}, .flags = 0, .options = NULL,