summaryrefslogtreecommitdiffstats
path: root/src/pdf-stock/test.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdf-stock/test.vala')
-rw-r--r--src/pdf-stock/test.vala2
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);