[gnome-commander/gcmd-1-2-8] noop: code cleanup
- From: Piotr Eljasiak <epiotr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander/gcmd-1-2-8] noop: code cleanup
- Date: Sun, 4 Dec 2011 23:10:55 +0000 (UTC)
commit a5010ee28b46afd6ae72a96ff7a53b48a7935fb6
Author: Piotr Eljasiak <epiotr src gnome org>
Date: Sun Dec 4 23:29:09 2011 +0100
noop: code cleanup
src/gnome-cmd-advrename-lexer.ll | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-cmd-advrename-lexer.ll b/src/gnome-cmd-advrename-lexer.ll
index a95c1a4..ecfd5e2 100644
--- a/src/gnome-cmd-advrename-lexer.ll
+++ b/src/gnome-cmd-advrename-lexer.ll
@@ -265,7 +265,7 @@ tag_name {ape}|{audio}|{doc}|{exif}|{file}|{flac}|{id3}|{image}|{iptc}|{pdf}|
fname_template.push_back(p);
}
-\$[c] {
+\$c {
CHUNK *p = g_new0 (CHUNK,1);
p->type = COUNTER;
@@ -273,7 +273,7 @@ tag_name {ape}|{audio}|{doc}|{exif}|{file}|{flac}|{id3}|{image}|{iptc}|{pdf}|
p->counter.init_step = GLOBAL_COUNTER_STEP;
p->counter.step = 1; // default counter step
p->counter.init_prec = GLOBAL_COUNTER_PREC;
- p->counter.prec = 1; // default counter prec]
+ p->counter.prec = 1; // default counter prec
sprintf(p->counter.fmt,"%%0%ili",p->counter.prec);
fname_template.push_back(p);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]