summaryrefslogtreecommitdiffstats
path: root/src/undo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/undo.c')
-rw-r--r--src/undo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/undo.c b/src/undo.c
index 2c48b86..b503857 100644
--- a/src/undo.c
+++ b/src/undo.c
@@ -543,7 +543,7 @@ void do_undo() {
for (i=0; i < size; i++) {
if (uf->cols[i].type == 'R') {
- fwidth[uf->cols[i].col] = uf->cols[i].fwidth;
+ fwidth[uf->cols[i].col] = uf->cols[i].fwidth;
precision[uf->cols[i].col] = uf->cols[i].precision;
realfmt[uf->cols[i].col] = uf->cols[i].realfmt;
}
@@ -699,7 +699,7 @@ void do_redo() {
for (i=0; i < size; i++) {
if (uf->cols[i].type == 'A') {
- fwidth[uf->cols[i].col] = uf->cols[i].fwidth;
+ fwidth[uf->cols[i].col] = uf->cols[i].fwidth;
precision[uf->cols[i].col] = uf->cols[i].precision;
realfmt[uf->cols[i].col] = uf->cols[i].realfmt;
}