summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2013-01-27 23:45:00 +0200
committerYuval Adam <yuv.adm@gmail.com>2013-01-27 23:45:00 +0200
commit7a696f1a85d068840862b15a1423929a0e73967b (patch)
tree7c29f9d116c062494093dd537240f7f9f6552e79
parentcaae51230500f749e2ec403f1abb2e7685f87cf9 (diff)
Missed a string
-rw-r--r--gascop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gascop.c b/gascop.c
index b50929a..0d30e16 100644
--- a/gascop.c
+++ b/gascop.c
@@ -132,6 +132,6 @@ int main(int argc, char **argv) {
IGNORE(argc);
IGNORE(argv);
- printf("Dumpocsag v0.1\n");
+ printf("Gascop...\n");
exit(0);
}