diff options
author | FF-Ibb-PD <FF-Ibb-PD@users.noreply.github.com> | 2019-11-02 16:39:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-02 16:39:11 +0100 |
commit | 1c52059c242ccb02ad1aae7b5634654dcf730764 (patch) | |
tree | ed882f1b685965599fbf2734bb21dc84faf4a9b4 | |
parent | 04e0406316320f6039365b80de8c58c3c58413c5 (diff) | |
download | serial-barcode-scanner-1c52059c242ccb02ad1aae7b5634654dcf730764.tar.bz2 |
Update test.vala
Code doesn't compile, brackets were set in wrong position
-rw-r--r-- | src/pdf-invoice/test.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdf-invoice/test.vala b/src/pdf-invoice/test.vala index 5eb7f52..8b4404f 100644 --- a/src/pdf-invoice/test.vala +++ b/src/pdf-invoice/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) { PDFInvoice invoice; try { |