]> sigrok.org Git - libsigrokdecode.git/commit
runtc.c: Fix compiler warning
authorKumar Abhishek <redacted>
Fri, 9 May 2014 21:32:06 +0000 (04:32 +0700)
committerUwe Hermann <redacted>
Fri, 23 May 2014 21:28:57 +0000 (23:28 +0200)
commit4f8e40458fe9c0da90ba4634d248d4edb9f4b5aa
treef22e287a5b79ab485c25f5cbe5ee6763afaee170
parent783b54337242e5c40da8ffc0fc18babbcd09bc67
runtc.c: Fix compiler warning

c was of type char, while getopt returns an int. This
caused a compiler warning during build.
tests/runtc.c