[gnome-commander] noop: code cleanup
- From: Piotr Eljasiak <epiotr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] noop: code cleanup
- Date: Sun, 4 Dec 2011 22:44:30 +0000 (UTC)
commit 563cb58e86d0441c5b5f32e7c52cb9f515f5bde4
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 dc5a968..6825084 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]