X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fols.c;h=2129658a346deaa1a48abcd6aab20d1c4e103619;hb=dedaeacad0ef889506b79a8bed634140da28aa72;hp=55a8dec2650e5843b14fb8ba9444abfca8f32f0a;hpb=c1aae90038456a61d0f9313d34e6107c3440d3e7;p=libsigrok.git diff --git a/src/output/ols.c b/src/output/ols.c index 55a8dec2..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,6 +24,7 @@ * https://github.com/jawi/ols/wiki/OLS-data-file-format */ +#include #include #include #include @@ -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,