diff options
author | FF-Ibb-PD <FF-Ibb-PD@users.noreply.github.com> | 2019-11-02 16:41:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-02 16:41:39 +0100 |
commit | aef5eeea295b4ecf3aeab052f19e1a104687a69f (patch) | |
tree | 7078fec082cbb97ce428964111c8dc02d52f338f /src | |
parent | 1c52059c242ccb02ad1aae7b5634654dcf730764 (diff) | |
download | serial-barcode-scanner-aef5eeea295b4ecf3aeab052f19e1a104687a69f.tar.bz2 |
Update test.vala
code doesn't compile, brackets were in wrong position
Diffstat (limited to 'src')
-rw-r--r-- | src/pdf-stock/test.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdf-stock/test.vala b/src/pdf-stock/test.vala index 92b6232..478863e 100644 --- a/src/pdf-stock/test.vala +++ b/src/pdf-stock/test.vala @@ -13,7 +13,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -public static int main(string args[]) { +public static int main(string[] args) { try { PDFStock stock = Bus.get_proxy_sync(BusType.SYSTEM, "io.mainframe.shopsystem.StockPDF", "/io/mainframe/shopsystem/stockpdf"); var pdfdata = stock.generate(true); |