Navigation Menu

Skip to content

Commit

Permalink
am: remove a garbage space
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 17, 2012
1 parent b241ec9 commit 066879e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -128,7 +128,7 @@ update-version:
@echo -n $(NEW_VERSION_MAJOR).$(NEW_VERSION_MINOR)$(NEW_VERSION_MICRO) \
> $(srcdir)/version
@printf "0x%02x%02x" \
$(NEW_VERSION_MAJOR) $(NEW_VERSION_MINOR) $(NEW_VERSION_MICRO) \
$(NEW_VERSION_MAJOR) $(NEW_VERSION_MINOR)$(NEW_VERSION_MICRO) \
> $(srcdir)/version_in_hex
@printf "%d.%d" \
$(NEW_VERSION_MAJOR) $(NEW_VERSION_MINOR)$(NEW_VERSION_MICRO) \
Expand Down
2 changes: 1 addition & 1 deletion version_in_hex
@@ -1 +1 @@
0x02000x0200
0x0202

0 comments on commit 066879e

Please sign in to comment.